Author: jfrederic.clere(a)jboss.com
Date: 2008-02-06 07:36:07 -0500 (Wed, 06 Feb 2008)
New Revision: 1379
Modified:
trunk/build/unix/buildbin.rhel-httpd.sh
Log:
Add -m64 on PPC64.
Modified: trunk/build/unix/buildbin.rhel-httpd.sh
===================================================================
--- trunk/build/unix/buildbin.rhel-httpd.sh 2008-02-06 10:49:23 UTC (rev 1378)
+++ trunk/build/unix/buildbin.rhel-httpd.sh 2008-02-06 12:36:07 UTC (rev 1379)
@@ -140,6 +140,12 @@
add_conf="$add_conf --enable-experimental-libtool --enable-shared"
;;
esac
+case ${BUILD_CPU} in
+ ppc64)
+ # XXX: It is also in build.sh but not exported.
+ add_conf="${add_conf} CFLAGS=-m64"
+ ;;
+esac
echo "Building prefork and mpm"
# Build everything and the kitchen sink with the prefork build
Show replies by date