[csw-devel] SF.net SVN: gar:[7624] csw/mgar/pkg/coreutils/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Tue Dec 15 01:46:17 CET 2009
Revision: 7624
http://gar.svn.sourceforge.net/gar/?rev=7624&view=rev
Author: bdwalton
Date: 2009-12-15 00:46:16 +0000 (Tue, 15 Dec 2009)
Log Message:
-----------
coreutils: drop cc optimization level to fix issue with seq
Modified Paths:
--------------
csw/mgar/pkg/coreutils/trunk/Makefile
Modified: csw/mgar/pkg/coreutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/coreutils/trunk/Makefile 2009-12-14 20:23:06 UTC (rev 7623)
+++ csw/mgar/pkg/coreutils/trunk/Makefile 2009-12-15 00:46:16 UTC (rev 7624)
@@ -2,6 +2,11 @@
GARVERSION = 8.2
CATEGORIES = utils
+# seq has issues related to the handling of long double's with -O2.
+# this issue manifested on sol8 and sol9 x86 only. sparc was unaffected
+# and sol10 x86 was fine too.
+OPT_FLAGS_GCC = -O1 -pipe
+
# building with gcc gets us extra tools (eg: stdbuf)
GARCOMPILER = GCC4
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