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 | d2fe7e32981f52f5b8335e1f564e76c25b672ea2 (patch) | |
tree | d330808589020939b8fd92ed13a068b1777d1daf | |
parent | Bump to 1.5.10-r1 to push out slang change. Add collapse_flagged patch #71351 (diff) | |
download | historical-d2fe7e32981f52f5b8335e1f564e76c25b672ea2.tar.gz historical-d2fe7e32981f52f5b8335e1f564e76c25b672ea2.tar.bz2 historical-d2fe7e32981f52f5b8335e1f564e76c25b672ea2.zip |
remove sysroot since it doesnt work yet
-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}" |