diff options
author | 2011-08-22 02:19:40 +0000 | |
---|---|---|
committer | 2011-08-22 02:19:40 +0000 | |
commit | 5aaeec7cea3d62ca00ece54fbb487c6f10f55d19 (patch) | |
tree | 2547e46b855a3fd3e976c20483612ac3c45f73de /eclass | |
parent | Version bump. Drop old 0.6.0. Fixes bug #379923 (diff) | |
download | gentoo-2-5aaeec7cea3d62ca00ece54fbb487c6f10f55d19.tar.gz gentoo-2-5aaeec7cea3d62ca00ece54fbb487c6f10f55d19.tar.bz2 gentoo-2-5aaeec7cea3d62ca00ece54fbb487c6f10f55d19.zip |
drop cld workaround now that things should be stable #379367 by Alessandro Guido
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 780e425dfbb9..6f895cfb3acb 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.462 2011/08/13 03:09:40 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.463 2011/08/22 02:19:40 vapier Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> @@ -1145,15 +1145,6 @@ gcc-compiler-configure() { fi fi - # enable the cld workaround until we move things to stable. - # by that point, the rest of the software out there should - # have caught up. - if tc_version_is_at_least "4.3" ; then - if ! has ${ARCH} ${KEYWORDS} ; then - confgcc="${confgcc} --enable-cld" - fi - fi - # Stick the python scripts in their own slotted directory # bug #279252 # |