[csw-devel] SF.net SVN: gar:[17857] csw/mgar/pkg/libtool/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Apr 24 16:53:31 CEST 2012


Revision: 17857
          http://gar.svn.sourceforge.net/gar/?rev=17857&view=rev
Author:   dmichelsen
Date:     2012-04-24 14:53:30 +0000 (Tue, 24 Apr 2012)
Log Message:
-----------
libtool/trunk: Raise ISA to pentium_pro even on Solaris 9 due to __sync_fetch_and_add_4

Modified Paths:
--------------
    csw/mgar/pkg/libtool/trunk/Makefile

Modified: csw/mgar/pkg/libtool/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libtool/trunk/Makefile	2012-04-24 14:24:08 UTC (rev 17856)
+++ csw/mgar/pkg/libtool/trunk/Makefile	2012-04-24 14:53:30 UTC (rev 17857)
@@ -61,6 +61,11 @@
 PKGFILES_CSWlibltdl7 += $(PKGFILES_RT)
 OBSOLETED_BY_CSWlibltdl7 += CSWlibtoolrt
 
+# To get around __sync_fetch_and_add_4 either the buildlevel could be raised to Solaris 10
+# which is not acceptable for libtool or the base ISA could be raised to pentium_pro allowing
+# the specific command set.
+ISA_DEFAULT_i386-5.9 = pentium_pro
+
 CONFIGURE_ARGS = $(DIRPATHS)
 
 BUILD64 = 1

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