diff options
author | John Marino <marino@FreeBSD.org> | 2014-03-31 07:31:18 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-03-31 07:31:18 +0000 |
commit | 0357d506d058ed3c3158c83b5b8e4bb641e1f29c (patch) | |
tree | 9ea9e5f427c14e1f80df29154864e577761d3389 | |
parent | Update to the 20140330 snapshot of GCC 4.9.0. (diff) |
lang/gcc-aux: Update to latest snapshot, 30 MAR 2014
This may fix some of the shared library building failures seen recently
with the 16 MAR 2014 snapshot.
Notes
Notes:
svn path=/head/; revision=349711
-rw-r--r-- | lang/gcc-aux/Makefile.version | 2 | ||||
-rw-r--r-- | lang/gcc-aux/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc-aux/Makefile.version b/lang/gcc-aux/Makefile.version index fe93ffd82679..6216ea8a2d63 100644 --- a/lang/gcc-aux/Makefile.version +++ b/lang/gcc-aux/Makefile.version @@ -3,7 +3,7 @@ GCC_BRANCH= 4.9 GCC_POINT= 0 GCC_VERSION= ${GCC_BRANCH}.${GCC_POINT} -SNAPSHOT= 20140316 +SNAPSHOT= 20140330 IDENTIFICATION= gcc-${GCC_BRANCH}-${SNAPSHOT} MS_SUBDIR= snapshots/${GCC_BRANCH}-${SNAPSHOT} diff --git a/lang/gcc-aux/distinfo b/lang/gcc-aux/distinfo index 4a1f9b64cbef..ff62f2ffc3ca 100644 --- a/lang/gcc-aux/distinfo +++ b/lang/gcc-aux/distinfo @@ -1,5 +1,5 @@ -SHA256 (gcc-4.9-20140316.tar.bz2) = b1c62b70f98c551ce74ad8c6a5e7342fe9c899116f98aae2b9ca142a478a712c -SIZE (gcc-4.9-20140316.tar.bz2) = 85573522 +SHA256 (gcc-4.9-20140330.tar.bz2) = 34374d87b1a58bf5d11d7bc53b921088281c731bc141907049f2f57f453af104 +SIZE (gcc-4.9-20140330.tar.bz2) = 85486216 SHA256 (ada-bootstrap.i386.dragonfly.36A.tar.bz2) = 6b1a6ff0fe0e3bf13c667db2fef177b811329cd998400a1303969a86911cb1c8 SIZE (ada-bootstrap.i386.dragonfly.36A.tar.bz2) = 39357314 SHA256 (ada-bootstrap.i386.freebsd.84.tar.bz2) = b410336cb0e71c8a29dd5f831a17b4b7282e7d590f452475a94c6a625cfc8846 |