diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-23 23:52:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-23 23:52:33 +0000 |
commit | b71a76b4702e652fb68c27f4bdc498f5d53de6a2 (patch) | |
tree | beb57a3fd5d66305344569f62bafac05c55d2bcd /eclass | |
parent | Stable on alpha, bug 106678. (diff) | |
download | gentoo-2-b71a76b4702e652fb68c27f4bdc498f5d53de6a2.tar.gz gentoo-2-b71a76b4702e652fb68c27f4bdc498f5d53de6a2.tar.bz2 gentoo-2-b71a76b4702e652fb68c27f4bdc498f5d53de6a2.zip |
dont use --with-sysroot as it breaks cross stage2-gcc
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index 4edb14a2841a..6293ec7a4327 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.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-binutils.eclass,v 1.44 2005/09/21 23:19:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.45 2005/09/23 23:52:33 vapier Exp $ # We install binutils into CTARGET-VERSION specific directories. This lets # us easily merge multiple versions for multiple targets (if we wish) and @@ -101,7 +101,6 @@ toolchain-binutils_src_compile() { cd "${MY_BUILDDIR}" local myconf="" - is_cross && myconf="${myconf} --with-sysroot=/usr/${CTARGET}" use nls \ && myconf="${myconf} --without-included-gettext" \ || myconf="${myconf} --disable-nls" |