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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Aug 10 09:52:31 CEST 2011


Revision: 15296
          http://gar.svn.sourceforge.net/gar/?rev=15296&view=rev
Author:   wahwah
Date:     2011-08-10 07:52:31 +0000 (Wed, 10 Aug 2011)

Log Message:
-----------
pkg/libgmp/trunk: the -O0 flag is necessary to fix __sync_fetch_and_add_4

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

Modified: csw/mgar/pkg/libgmp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libgmp/trunk/Makefile	2011-08-10 07:32:13 UTC (rev 15295)
+++ csw/mgar/pkg/libgmp/trunk/Makefile	2011-08-10 07:52:31 UTC (rev 15296)
@@ -109,10 +109,10 @@
 # http://www.mail-archive.com/maintainers@lists.opencsw.org/msg06095.html
 # http://opencsw.wikidot.com/porting-faq#toc6
 ifeq ($(ISA),sparcv8)
-OPT_FLAGS_GCC =
+OPT_FLAGS_GCC = -O0
 endif
 ifeq ($(ISA),i386)
-OPT_FLAGS_GCC =
+OPT_FLAGS_GCC = -O0
 endif
 
 post-merge:


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