diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-05-09 17:20:12 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-05-09 17:20:12 +0000 |
commit | a7b37c34ff099b29ff70964fc2ec03dbbd2f4098 (patch) | |
tree | e03342183e794e1e166b3f769a2955c08fe9cb7f /debian/changelog | |
parent | 956643732ab4648e4fd078120d6d60c4b99731fa (diff) | |
download | gcc-5-a7b37c34ff099b29ff70964fc2ec03dbbd2f4098.tar.gz |
* Update to SVN 20150507 (r222873, 5.1.1) from the gcc-5-branch.
* Fix gotools configury.
* Configure with
--disable-libstdcxx-dual-abi --with-default-libstdcxx-abi=c++98
While libstdc++ provides a dual ABI to support both the c++98 and c++11
ABI, there is no committment on compatibility of the old experimental
c++11 ABI from GCC 4.9 and the stable c++11 ABI in GCC 5.
Closes: #784655.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@8031 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index b81cb60..7e3eb12 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,17 @@ -gcc-5 (5.1.1-5) UNRELEASED; urgency=medium +gcc-5 (5.1.1-5) unstable; urgency=medium - * Update to SVN 20150505 (r222810, 5.1.1) from the gcc-5-branch. + * Update to SVN 20150507 (r222873, 5.1.1) from the gcc-5-branch. * Fix 32bit libstdc++ symbols files for kfreebsd-amd64. * libx32phobos-dev: Don't depend on libx32z-dev, when not available. - - -- Matthias Klose <doko@debian.org> Tue, 05 May 2015 17:47:38 +0200 + * Fix gotools configury. + * Configure with + --disable-libstdcxx-dual-abi --with-default-libstdcxx-abi=c++98 + While libstdc++ provides a dual ABI to support both the c++98 and c++11 + ABI, there is no committment on compatibility of the old experimental + c++11 ABI from GCC 4.9 and the stable c++11 ABI in GCC 5. + Closes: #784655. + + -- Matthias Klose <doko@debian.org> Fri, 08 May 2015 18:48:49 +0200 gcc-5 (5.1.1-4) unstable; urgency=medium |