diff options
author | John Marino <marino@FreeBSD.org> | 2015-12-06 13:21:55 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-12-06 13:21:55 +0000 |
commit | 73153c370be1358c76ae95157f293533c1dcc6c9 (patch) | |
tree | 64ca4c06bb05e1cfa1ecb87926742cbc794099d3 /lang | |
parent | b0e6d51f29baacb93287258e1d2056f3e07afb68 (diff) | |
download | ports-73153c370be1358c76ae95157f293533c1dcc6c9.tar.gz ports-73153c370be1358c76ae95157f293533c1dcc6c9.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc5-aux/Makefile | 7 | ||||
-rw-r--r-- | lang/gcc5-aux/Makefile.version | 5 | ||||
-rw-r--r-- | lang/gcc5-aux/distinfo | 4 |
3 files changed, 5 insertions, 11 deletions
diff --git a/lang/gcc5-aux/Makefile b/lang/gcc5-aux/Makefile index fd2bce5cf354..5e504be78369 100644 --- a/lang/gcc5-aux/Makefile +++ b/lang/gcc5-aux/Makefile @@ -210,13 +210,6 @@ post-extract: ${REINPLACE_CMD} -e 's/^GCC_LINK_FLAGS=.*/GCC_LINK_FLAGS=-static/' \ ${WRKSRC}/gcc/ada/gcc-interface/Makefile.in .endif -.if ${PORT_OPTIONS:MBOOTSTRAP} && ${OPSYS} == FreeBSD - # FreeBSD 8 linker doesn't understand --hash-style, so do not - # allow the bootstrap to use it. - ${REINPLACE_CMD} -e 's|" ELF_HASH_STYLE "||' \ - ${WRKSRC}/gcc/config/i386/freebsd64.h \ - ${WRKSRC}/gcc/config/i386/freebsd.h -.endif # Update LINK_SPEC to add gcc-aux lib runpath in every binary @${ECHO} "Configuring LINK_SPEC runpath" @${REINPLACE_CMD} -e 's;\@PREFIX\@;${PREFIX};' \ diff --git a/lang/gcc5-aux/Makefile.version b/lang/gcc5-aux/Makefile.version index 9820209e30f2..6bf127a10389 100644 --- a/lang/gcc5-aux/Makefile.version +++ b/lang/gcc5-aux/Makefile.version @@ -1,13 +1,14 @@ # $FreeBSD$ GCC_BRANCH= 5 -GCC_POINT= 2.0 +GCC_POINT= 3.0 GCC_VERSION= ${GCC_BRANCH}.${GCC_POINT} -SNAPSHOT= 20150716 +SNAPSHOT= 20151204 BUILD_RELEASE= yes MAIN_PR= 0 UTIL_PR= 0 ARMV7_PR= 0 +X86_PR= 0 .if ${BUILD_RELEASE:Mno} # Snapshot naming pattern diff --git a/lang/gcc5-aux/distinfo b/lang/gcc5-aux/distinfo index bf1a55afdcc0..192178636d3f 100644 --- a/lang/gcc5-aux/distinfo +++ b/lang/gcc5-aux/distinfo @@ -1,5 +1,5 @@ -SHA256 (gcc-5.2.0.tar.bz2) = 5f835b04b5f7dd4f4d2dc96190ec1621b8d89f2dc6f638f9f8bc1b1014ba8cad -SIZE (gcc-5.2.0.tar.bz2) = 95221552 +SHA256 (gcc-5.3.0.tar.bz2) = b84f5592e9218b73dbae612b5253035a7b34a9a1f7688d2e1bfaaf7267d5c4db +SIZE (gcc-5.3.0.tar.bz2) = 95441837 SHA256 (ada-bootstrap.i386.freebsd.100B.tar.bz2) = 7231209f2600275f554f788ad1d036cf633c4339ebd25bd479a5bb1ddcddedf3 SIZE (ada-bootstrap.i386.freebsd.100B.tar.bz2) = 41229192 SHA256 (ada-bootstrap.x86_64.dragonfly.41.tar.bz2) = eb7785d8b842aee2bb04b43adfb1346b178ee4e83d8775b4e6705fd23f1586f0 |