Author: mladen.turk(a)jboss.com
Date: 2008-03-26 12:13:29 -0400 (Wed, 26 Mar 2008)
New Revision: 1465
Modified:
trunk/build/unix/build.sh
Log:
Add rule for i*86 -> x86
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2008-03-26 15:40:55 UTC (rev 1464)
+++ trunk/build/unix/build.sh 2008-03-26 16:13:29 UTC (rev 1465)
@@ -257,6 +257,9 @@
i86pc*)
BUILD_CPU=x86
;;
+ i[3-6]86*)
+ BUILD_CPU=x86
+ ;;
x86_64*)
BUILD_CPU=x64
;;
Show replies by date