diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-17 22:46:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-17 22:46:09 +0000 |
commit | 663b78754cb0bc136dc613d0e1eee86a1223644a (patch) | |
tree | 7e84f1c7355f6a84b83087f46f6fbc9c11c5888d /eclass | |
parent | Bump to 1.5.10-r1 to push out slang change. Add collapse_flagged patch #71351 (diff) | |
download | gentoo-2-663b78754cb0bc136dc613d0e1eee86a1223644a.tar.gz gentoo-2-663b78754cb0bc136dc613d0e1eee86a1223644a.tar.bz2 gentoo-2-663b78754cb0bc136dc613d0e1eee86a1223644a.zip |
remove sysroot since it doesnt work yet
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index c03bd3a472a4..33006b099092 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.183 2005/08/13 03:52:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.184 2005/08/17 22:46:09 vapier Exp $ HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" @@ -1058,8 +1058,6 @@ gcc_do_configure() { # for nearly all native systems. Therefore, we highly recommend you # not provide a configure target when configuring a native compiler." confgcc="${confgcc} --target=${CTARGET}" - - is_crosscompile && confgcc="${confgcc} --with-sysroot=${PREFIX}/${CTARGET}" fi [[ -n ${CBUILD} ]] && confgcc="${confgcc} --build=${CBUILD}" |