summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-10-07 01:58:27 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-10-07 01:58:27 +0000
commita4e3e8bf1e8dbd1622979f6de8e9f5d89742fc42 (patch)
treece61cbca1c5909e5b484f060ea6d26adbe6235a9 /eclass
parentnew version (diff)
downloadhistorical-a4e3e8bf1e8dbd1622979f6de8e9f5d89742fc42.tar.gz
historical-a4e3e8bf1e8dbd1622979f6de8e9f5d89742fc42.tar.bz2
historical-a4e3e8bf1e8dbd1622979f6de8e9f5d89742fc42.zip
Removing comment about breakage... re-emerging glibc will setup symlinks properly.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain.eclass8
1 files changed, 3 insertions, 5 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 8a30f8640c0d..6dd394b62644 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.203 2005/10/06 20:35:14 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.204 2005/10/07 01:58:27 eradicator Exp $
HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html"
LICENSE="GPL-2 LGPL-2.1"
@@ -1160,10 +1160,8 @@ gcc_do_configure() {
if [[ -n ${needed_libc} ]] ; then
if ! has_version ${CATEGORY}/${needed_libc} ; then
confgcc="${confgcc} --disable-shared --disable-threads --without-headers"
- else
- # This should be conditional, but what needs it?
- # It breaks emerging cross-gcc-3.4.4 for me --eradicator
- confgcc="${confgcc} --with-sysroot=${PREFIX}/${CTARGET}"
+ #else
+ # confgcc="${confgcc} --with-sysroot=${PREFIX}/${CTARGET}"
fi
fi
else