From a5858abc18bf045dbbeed5a050ee8c8bbaadb066 Mon Sep 17 00:00:00 2001 From: Travis Tilley Date: Thu, 28 Oct 2004 19:50:24 +0000 Subject: remove the ppc and sparc --with-cpu stuff --- eclass/toolchain.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'eclass') diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index b5683385f660..26d34eae3cbb 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.40 2004/10/27 00:19:41 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.41 2004/10/28 19:50:24 lv Exp $ # # This eclass should contain general toolchain-related functions that are # expected to not change, or change much. @@ -943,8 +943,8 @@ gcc_do_configure() { --enable-threads=posix" # default arch support - use sparc && confgcc="${confgcc} --with-cpu=v7" - use ppc && confgcc="${confgcc} --with-cpu=common" + #use sparc && confgcc="${confgcc} --with-cpu=v7" + #use ppc && confgcc="${confgcc} --with-cpu=common" # etype specific configuration einfo "running ${ETYPE}-configure" -- cgit v1.2.3-65-gdbad