Author: jfrederic.clere(a)jboss.com
Date: 2010-03-24 06:53:18 -0400 (Wed, 24 Mar 2010)
New Revision: 2647
Modified:
trunk/build/unix/build.sh
Log:
Oops Solaris 64 needs it... Probably ppc64 too :-)
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2010-03-24 10:01:13 UTC (rev 2646)
+++ trunk/build/unix/build.sh 2010-03-24 10:53:18 UTC (rev 2647)
@@ -267,6 +267,8 @@
if $force_64; then
CFLAGS=-m64
export CFLAGS
+ LDFLAGS=-m64
+ export LDFLAGS
fi
;;
i86pc*)
@@ -297,8 +299,6 @@
#add_conf="${add_conf} CFLAGS=-m64"
CFLAGS=-m64
export CFLAGS
- LDFLAGS=-m64
- export LDFLAGS
;;
esac
Show replies by date