diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-01-10 12:02:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-01-10 12:02:56 +0000 |
commit | d766ba6cf080db141bbff89e8b1e9c9987ca3b7e (patch) | |
tree | ad42b042edb5cea38d8979bad070be5b2850f899 /eclass/toolchain.eclass | |
parent | Snapshot bump (diff) | |
download | historical-d766ba6cf080db141bbff89e8b1e9c9987ca3b7e.tar.gz historical-d766ba6cf080db141bbff89e8b1e9c9987ca3b7e.tar.bz2 historical-d766ba6cf080db141bbff89e8b1e9c9987ca3b7e.zip |
drop old libstdc++ i386 hack #235181
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 8a8006965914..6b9f8fe11547 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.378 2009/01/06 03:53:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.379 2009/01/10 12:02:56 vapier Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> @@ -1110,11 +1110,6 @@ gcc_src_unpack() { fi fi - # Misdesign in libstdc++ (Redhat) - if [[ ${GCCMAJOR} -ge 3 ]] && [[ -e ${S}/libstdc++-v3/config/cpu/i486/atomicity.h ]] ; then - cp -pPR "${S}"/libstdc++-v3/config/cpu/i{4,3}86/atomicity.h - fi - # >= gcc-4.3 doesn't bundle ecj.jar, so copy it if [[ ${GCCMAJOR}.${GCCMINOR} > 4.2 ]] && use gcj ; then |