Author: mturk
Date: Thu Mar 8 06:39:41 2012
New Revision: 1298277
URL: http://svn.apache.org/viewvc?rev=1298277&view=rev
Log:
Use correct SunCC compiler flags
Modified:
tomcat/jk/trunk/native/netscape/Makefile.solaris
Modified: tomcat/jk/trunk/native/netscape/Makefile.solaris
URL:
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/netscape/Makefile.solaris?rev=1298277&r1=1298276&r2=1298277&view=diff
==============================================================================
--- tomcat/jk/trunk/native/netscape/Makefile.solaris (original)
+++ tomcat/jk/trunk/native/netscape/Makefile.solaris Thu Mar 8 06:39:41 2012
@@ -28,9 +28,9 @@ ifeq (gcc,$(CC))
CFLAGS+=-fPIC -pthread
LDFLAGS=-shared
else
-# For 64 Bit builds, add "-xtarget=generic64" to EXTRA_CFLAGS
-CFLAGS+=-xcode=pic32 -mt
-LDFLAGS=-G
+# For 64 Bit builds, add "-m64" to EXTRA_CFLAGS
+CFLAGS+=-O -Xa -KPIC -mt
+LDFLAGS=-G -KPIC -dy
endif
# Change this according to location where on installed the server.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]