Ticket #32863: Portfile.diff
File Portfile.diff, 663 bytes (added by mklein-de (Michael Klein), 13 years ago) |
---|
-
Portfile
98 98 --with-mpfr=${prefix} \ 99 99 --with-mpc=${prefix} \ 100 100 --enable-stage1-checking \ 101 --disable-multilib \102 --enable-lto 101 --disable-multilib 102 103 103 # do NOT use MacPorts binutils -- they do not work 104 104 configure.env-append AR_FOR_TARGET=/usr/bin/ar \ 105 105 AS_FOR_TARGET=/usr/bin/as \ … … 147 147 configure.args-append --enable-fully-dynamic-string 148 148 } 149 149 150 platform darwin x86_64 { 151 configure.args-append --enable-lto 152 } 153 150 154 platform powerpc { 151 155 configure.universal_archs ppc ppc64 152 156 }