summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-08-22 02:19:40 +0000
committerMike Frysinger <vapier@gentoo.org>2011-08-22 02:19:40 +0000
commit58142b89e9c6ee674283b5d0323dc8f31cee1bc6 (patch)
treeb35d7fcc64d69956267f2c616f987acd104ff993
parentVersion bump. Drop old 0.6.0. Fixes bug #379923 (diff)
downloadhistorical-58142b89e9c6ee674283b5d0323dc8f31cee1bc6.tar.gz
historical-58142b89e9c6ee674283b5d0323dc8f31cee1bc6.tar.bz2
historical-58142b89e9c6ee674283b5d0323dc8f31cee1bc6.zip
drop cld workaround now that things should be stable #379367 by Alessandro Guido
-rw-r--r--eclass/toolchain.eclass11
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
#