Revision: 67124 http://trac.macports.org/changeset/67124 Author: jmr@macports.org Date: 2010-04-29 14:06:38 -0700 (Thu, 29 Apr 2010) Log Message: ----------- gcc44: clear ld_archflags, remove darwin 7 Modified Paths: -------------- trunk/dports/lang/gcc44/Portfile Modified: trunk/dports/lang/gcc44/Portfile =================================================================== --- trunk/dports/lang/gcc44/Portfile 2010-04-29 21:05:50 UTC (rev 67123) +++ trunk/dports/lang/gcc44/Portfile 2010-04-29 21:06:38 UTC (rev 67124) @@ -62,10 +62,13 @@ worksrcdir build # the generated compiler doesn't accept -arch -if {[info exists build_arch] && ${os.platform} == "darwin"} { +if {${os.platform} == "darwin"} { configure.cc_archflags configure.cxx_archflags configure.objc_archflags + if {[info exists configure.ld_archflags]} { + configure.ld_archflags + } configure.pre_args-append --build=${build_arch}-apple-darwin${os.major} } @@ -117,12 +120,6 @@ ${destroot}${prefix}/share/python/classfile-44.py } -#platform darwin 7 { -# configure.cflags-append -force_cpusubtype_ALL -# confgiure.env BOOT_CFLAGS="-g -O2 -force_cpusubtype_ALL" -# build.args-append XCFLAGS=-force_cpusubtype_ALL -#} - platform powerpc { configure.args-append --disable-multilib }
participants (1)
-
jmr@macports.org