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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Jun 7 15:34:29 CEST 2011


Revision: 14724
          http://gar.svn.sourceforge.net/gar/?rev=14724&view=rev
Author:   dmichelsen
Date:     2011-06-07 13:34:29 +0000 (Tue, 07 Jun 2011)

Log Message:
-----------
libwebp: Lower optimizer level on amd64 as it leads to corrupt assembly

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

Modified: csw/mgar/pkg/libwebp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libwebp/trunk/Makefile	2011-06-07 13:00:25 UTC (rev 14723)
+++ csw/mgar/pkg/libwebp/trunk/Makefile	2011-06-07 13:34:29 UTC (rev 14724)
@@ -32,6 +32,10 @@
 
 BUILD64 = 1
 
+# On amd64 -xO3 results in an assembler error
+OPT_FLAGS_SOS-amd64 = -xO2
+OPT_FLAGS_SOS = $(or $(OPT_FLAGS_SOS-$(ISA)),-xO3)
+
 include gar/category.mk
 
 post-extract-modulated:


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