summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-01-10 12:02:56 +0000
committerMike Frysinger <vapier@gentoo.org>2009-01-10 12:02:56 +0000
commit4fe4d46fcee56025b63158a784029d3c46417a39 (patch)
treecd4b5e3cfe4f0ea7e0d548d3ee5d1430f0c065a8 /eclass
parentSnapshot bump (diff)
downloadgentoo-2-4fe4d46fcee56025b63158a784029d3c46417a39.tar.gz
gentoo-2-4fe4d46fcee56025b63158a784029d3c46417a39.tar.bz2
gentoo-2-4fe4d46fcee56025b63158a784029d3c46417a39.zip
drop old libstdc++ i386 hack #235181
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain.eclass7
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