[80166] trunk/dports/lang/gcc43/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Tue Jul 5 12:42:51 PDT 2011
Revision: 80166
http://trac.macports.org/changeset/80166
Author: jeremyhu at macports.org
Date: 2011-07-05 12:42:47 -0700 (Tue, 05 Jul 2011)
Log Message:
-----------
gcc43: Update clang workaround comment to reference the fix for tracking the removal of the workaround at some point in the future
Modified Paths:
--------------
trunk/dports/lang/gcc43/Portfile
Modified: trunk/dports/lang/gcc43/Portfile
===================================================================
--- trunk/dports/lang/gcc43/Portfile 2011-07-05 17:45:34 UTC (rev 80165)
+++ trunk/dports/lang/gcc43/Portfile 2011-07-05 19:42:47 UTC (rev 80166)
@@ -106,7 +106,7 @@
# Yes, we need to set both BOOT_CFLAGS and STAGE1_CFLAGS
# because STAGE1_CFLAGS is used with xgcc for libgcc
if {${configure.compiler} == "clang"} {
- # -O1 in STAGE1_CFLAGS : <rdar://problem/9720596>
+ # -O1 in STAGE1_CFLAGS : <rdar://problem/9720596>, fixed in llvm trunk r134428
build.args-append BOOT_CFLAGS="-O2 -g -D_FORTIFY_SOURCE=0" STAGE1_CFLAGS="-O1 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89"
} else {
build.args-append BOOT_CFLAGS="-O2 -g -D_FORTIFY_SOURCE=0" STAGE1_CFLAGS="-O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110705/99a895f8/attachment.html>
More information about the macports-changes
mailing list