Changeset 80161
- Timestamp:
- 07/05/11 10:09:13 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/lang/llvm-gcc42/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/lang/llvm-gcc42/Portfile
r77654 r80161 62 62 destroot.target install install-info-host 63 63 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 70 build.args-append BOOT_CFLAGS="-O2 -g -D_FORTIFY_SOURCE=0" STAGE1_CFLAGS="-O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0" 71 64 72 post-destroot { 65 73 system "cd ${destroot}${prefix}/bin/ && ln -s llvm-gcc-4.2 llvm-gcc"
Note: See TracChangeset
for help on using the changeset viewer.

