From d2fe7e32981f52f5b8335e1f564e76c25b672ea2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 17 Aug 2005 22:46:09 +0000 Subject: remove sysroot since it doesnt work yet --- eclass/toolchain.eclass | 4 +--- 1 file changed, 1 insertion(+), 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}" -- cgit v1.2.3-65-gdbad