Revision: 98265 http://trac.macports.org//changeset/98265 Author: jeremyhu@macports.org Date: 2012-10-01 01:12:44 -0700 (Mon, 01 Oct 2012) Log Message: ----------- gcc4[78]: Bump gcc47 to 4.7.2, build with --enable-libstdccxx-time (#36364, #36395) Modified Paths: -------------- trunk/dports/lang/gcc47/Portfile trunk/dports/lang/gcc48/Portfile Modified: trunk/dports/lang/gcc47/Portfile =================================================================== --- trunk/dports/lang/gcc47/Portfile 2012-10-01 08:05:43 UTC (rev 98264) +++ trunk/dports/lang/gcc47/Portfile 2012-10-01 08:12:44 UTC (rev 98265) @@ -1,3 +1,4 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 @@ -8,6 +9,7 @@ epoch 1 version 4.7.2 +revision 1 platforms darwin categories lang maintainers mww openmaintainer @@ -85,9 +87,11 @@ --with-mpc=${prefix} \ --with-ppl=${prefix} \ --with-cloog=${prefix} --enable-cloog-backend=isl \ + --disable-cloog-version-check \ --enable-stage1-checking \ --disable-multilib \ --enable-lto \ + --enable-libstdccxx-time \ --with-as=${prefix}/bin/as \ --with-ld=${prefix}/bin/ld \ --with-ar=${prefix}/bin/ar \ @@ -123,10 +127,6 @@ # TODO: Optimize this. We don't need to actually bootstrap gcc to build libstdc++ if {${subport} == "libstdcxx"} { conflicts libstdcxx-devel - - # Revision subport separately from port for now in order to not force - # rebuilds of gcc while ironing out the wrinkles in libstdcxx - # revision 0 # We might want to consider adding this patch to the gcc subport as well # since it removes stuff that doesn't really make sense in the context of Modified: trunk/dports/lang/gcc48/Portfile =================================================================== --- trunk/dports/lang/gcc48/Portfile 2012-10-01 08:05:43 UTC (rev 98264) +++ trunk/dports/lang/gcc48/Portfile 2012-10-01 08:12:44 UTC (rev 98265) @@ -7,6 +7,7 @@ subport libstdcxx-devel {} version 4.8-20120923 +revision 1 platforms darwin categories lang maintainers mww openmaintainer @@ -68,9 +69,11 @@ --with-mpc=${prefix} \ --with-ppl=${prefix} \ --with-cloog=${prefix} --enable-cloog-backend=isl \ + --disable-cloog-version-check \ --enable-stage1-checking \ --disable-multilib \ --enable-lto \ + --enable-libstdccxx-time \ --with-as=${prefix}/bin/as \ --with-ld=${prefix}/bin/ld \ --with-ar=${prefix}/bin/ar \
participants (1)
-
jeremyhu@macports.org