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/control | |
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/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 3724339..6eb0d23 100644 --- a/debian/control +++ b/debian/control @@ -259,8 +259,7 @@ Package: gcc-5 Architecture: any Section: devel Priority: optional -Depends: cpp-5 (= ${gcc:Version}), gcc-5-base (= ${gcc:Version}), - ${dep:libcc1}, +Depends: cpp-5 (= ${gcc:Version}), gcc-5-base (= ${gcc:Version}), ${dep:libcc1}, binutils (>= ${binutils:Version}), ${dep:libgccdev}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${dep:libcdev} |