diff options
author | gerald <gerald@FreeBSD.org> | 2015-01-09 15:56:15 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2015-01-09 15:56:15 +0800 |
commit | 2f135e789f1d90f198d3ca14576035b517817e68 (patch) | |
tree | 9037976e9b1338158c149d79923b9802456293ad /lang | |
parent | a66068bb10457cd4962f9e62ff022b24251040d9 (diff) | |
download | freebsd-ports-gnome-2f135e789f1d90f198d3ca14576035b517817e68.tar.gz freebsd-ports-gnome-2f135e789f1d90f198d3ca14576035b517817e68.tar.zst freebsd-ports-gnome-2f135e789f1d90f198d3ca14576035b517817e68.zip |
Update to the 20150107 snapshot of GCC 4.9.3.
Fix a comment typo and whitespace in the new ARM support.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc49/Makefile | 6 | ||||
-rw-r--r-- | lang/gcc49/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/gcc49/Makefile b/lang/gcc49/Makefile index 0a67b6a2d0af..cff597dd063e 100644 --- a/lang/gcc49/Makefile +++ b/lang/gcc49/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc49 -PORTVERSION= 4.9.3.s20141231 +PORTVERSION= 4.9.3.s20150107 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} @@ -61,8 +61,8 @@ CONFIGURE_ENV+= UNAME_m="powerpc64" .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" -# We have to override the sys.mk -O CFLAG since it breaks libgomp building. -CFLAGS:= ${CFLAGS:S/-O/-O2/g} +# We have to override the sys.mk -O CFLAGS since it breaks libgomp building. +CFLAGS:= ${CFLAGS:S/-O/-O2/g} . if ${COMPILER_TYPE} == clang . if empty(PORT_OPTIONS:MBOOTSTRAP) MAKE_ARGS+=CXXFLAGS=-fbracket-depth=512 diff --git a/lang/gcc49/distinfo b/lang/gcc49/distinfo index c8762df68413..24efe49df259 100644 --- a/lang/gcc49/distinfo +++ b/lang/gcc49/distinfo @@ -1,2 +1,2 @@ -SHA256 (gcc-4.9-20141231.tar.bz2) = 053a79a98266df2bdfef41ba6ef1f201ec63702a8f59913c87ad3620622e5370 -SIZE (gcc-4.9-20141231.tar.bz2) = 85503339 +SHA256 (gcc-4.9-20150107.tar.bz2) = 09a03f28e6b9674e05c67467eb7069c3a2aa770b5b738eb19b79ad396c5c888b +SIZE (gcc-4.9-20150107.tar.bz2) = 85502965 |