drop cld workaround now that things should be stable #379367 by Alessandro Guido
authorMike Frysinger <vapier@gentoo.org>
Mon, 22 Aug 2011 02:19:40 +0000 (02:19 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 22 Aug 2011 02:19:40 +0000 (02:19 +0000)
eclass/toolchain.eclass

index 780e425dfbb979ade150a5233e03604b773649ed..6f895cfb3acbf7e1bf61120896df3870aee41aa6 100644 (file)
@@ -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
                #