Author: jfrederic.clere(a)jboss.com
Date: 2011-07-19 03:04:42 -0400 (Tue, 19 Jul 2011)
New Revision: 2817
Modified:
trunk/build/unix/build.sh
Log:
try to fix hpux 64.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2011-07-19 06:50:33 UTC (rev 2816)
+++ trunk/build/unix/build.sh 2011-07-19 07:04:42 UTC (rev 2817)
@@ -362,8 +362,8 @@
if [ $BUILD_CPU = "parisc2" ]; then
if $force_64; then
BUILD_SYS="hpux64"
- CFLAGS="+DD64"
- export CFLAGS
+ CC="cc +DD64"
+ export CC
fi
fi
;;
Show replies by date