New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80161


Ignore:
Timestamp:
07/05/11 10:09:13 (4 years ago)
Author:
jeremyhu@…
Message:

llvm-gcc42: darwin11 build fixes

Maintainer ack via email

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/llvm-gcc42/Portfile

    r77654 r80161  
    6262destroot.target         install install-info-host 
    6363 
     64# STAGE1_CFLAGS="-O2 -fkeep-inline-functions" : from configure.ac 
     65# BOOT_CFLAGS="-O2 -g" : from Makefile.tpl 
     66# -D_FORTIFY_SOURCE=0 : The built compiler might not understand newer builtins 
     67#                       exposed in libc headers for fortified string functions. 
     68#                       Yes, we need to set both BOOT_CFLAGS and STAGE1_CFLAGS 
     69#                       because STAGE1_CFLAGS is used with xgcc for libgcc 
     70build.args-append BOOT_CFLAGS="-O2 -g -D_FORTIFY_SOURCE=0" STAGE1_CFLAGS="-O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0" 
     71 
    6472post-destroot { 
    6573        system "cd ${destroot}${prefix}/bin/ && ln -s llvm-gcc-4.2 llvm-gcc" 
Note: See TracChangeset for help on using the changeset viewer.