[csw-devel] SF.net SVN: gar:[20672] csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile
janholzh at users.sourceforge.net
janholzh at users.sourceforge.net
Thu Apr 11 09:57:33 CEST 2013
Revision: 20672
http://gar.svn.sourceforge.net/gar/?rev=20672&view=rev
Author: janholzh
Date: 2013-04-11 07:57:33 +0000 (Thu, 11 Apr 2013)
Log Message:
-----------
mysql5/branches/mysql-5.5.x: change compiler on 5.10 build
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:38:56 UTC (rev 20671)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile 2013-04-11 07:57:33 UTC (rev 20672)
@@ -23,6 +23,11 @@
PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386
PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
+#Use newest Sun Stuido on Solaris10 to solve problems on Solaris10 x86 64bit build:
+ifneq ($(shell /usr/bin/uname -r),5.9)
+ GARCOMPILER = SOS12U3
+endif
+
# 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