New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80166


Ignore:
Timestamp:
07/05/11 12:42:47 (4 years ago)
Author:
jeremyhu@…
Message:

gcc43: Update clang workaround comment to reference the fix for tracking the removal of the workaround at some point in the future

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/gcc43/Portfile

    r80160 r80166  
    107107#                       because STAGE1_CFLAGS is used with xgcc for libgcc 
    108108if {${configure.compiler} == "clang"} { 
    109     # -O1 in STAGE1_CFLAGS : <rdar://problem/9720596> 
     109    # -O1 in STAGE1_CFLAGS : <rdar://problem/9720596>, fixed in llvm trunk r134428 
    110110    build.args-append BOOT_CFLAGS="-O2 -g -D_FORTIFY_SOURCE=0" STAGE1_CFLAGS="-O1 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89" 
    111111} else { 
Note: See TracChangeset for help on using the changeset viewer.