Changeset 98265


Ignore:
Timestamp:
Oct 1, 2012, 8:12:44 AM (12 years ago)
Author:
jeremyhu@…
Message:

gcc4[78]: Bump gcc47 to 4.7.2, build with --enable-libstdccxx-time (#36364, #36395)

Location:
trunk/dports/lang
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/gcc47/Portfile

    r98264 r98265  
     1# -*- 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
    12# $Id$
    23
     
    910
    1011version             4.7.2
     12revision            1
    1113platforms           darwin
    1214categories          lang
     
    8688                    --with-ppl=${prefix} \
    8789                    --with-cloog=${prefix} --enable-cloog-backend=isl \
     90                    --disable-cloog-version-check \
    8891                    --enable-stage1-checking \
    8992                    --disable-multilib \
    9093                    --enable-lto \
     94                    --enable-libstdccxx-time \
    9195                    --with-as=${prefix}/bin/as \
    9296                    --with-ld=${prefix}/bin/ld \
     
    124128if {${subport} == "libstdcxx"} {
    125129    conflicts       libstdcxx-devel
    126    
    127     # Revision subport separately from port for now in order to not force
    128     # rebuilds of gcc while ironing out the wrinkles in libstdcxx
    129     # revision 0
    130130
    131131    # We might want to consider adding this patch to the gcc subport as well
  • trunk/dports/lang/gcc48/Portfile

    r98085 r98265  
    88
    99version             4.8-20120923
     10revision            1
    1011platforms           darwin
    1112categories          lang
     
    6970                    --with-ppl=${prefix} \
    7071                    --with-cloog=${prefix} --enable-cloog-backend=isl \
     72                    --disable-cloog-version-check \
    7173                    --enable-stage1-checking \
    7274                    --disable-multilib \
    7375                    --enable-lto \
     76                    --enable-libstdccxx-time \
    7477                    --with-as=${prefix}/bin/as \
    7578                    --with-ld=${prefix}/bin/ld \
Note: See TracChangeset for help on using the changeset viewer.