[csw-devel] SF.net SVN: gar:[20673] csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile
janholzh at users.sourceforge.net
janholzh at users.sourceforge.net
Thu Apr 11 13:41:27 CEST 2013
Revision: 20673
http://gar.svn.sourceforge.net/gar/?rev=20673&view=rev
Author: janholzh
Date: 2013-04-11 11:41:27 +0000 (Thu, 11 Apr 2013)
Log Message:
-----------
mysql5/branches/mysql-5.5.x: use -xO2 on Solaris 9 i386 since there is no Sun Studio 12u3
Modified Paths:
--------------
csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile
Modified: csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile 2013-04-11 07:57:33 UTC (rev 20672)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile 2013-04-11 11:41:27 UTC (rev 20673)
@@ -28,6 +28,9 @@
GARCOMPILER = SOS12U3
endif
+#Since Solaris9 does not have sos12u3 use lower opt
+OPT_FLAGS_SOS12_i386 = -xO2
+
# There is some assembler code, which doesn't work on sparcv8, and I don't see
# an easy way to switch it off.
ISA_DEFAULT_sparc-5.9 = sparcv8plus
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list