diff options
author | Travis Tilley <lv@gentoo.org> | 2004-10-28 19:50:24 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-10-28 19:50:24 +0000 |
commit | a5858abc18bf045dbbeed5a050ee8c8bbaadb066 (patch) | |
tree | 9c32fdada2a1eed20316f7b0e20f264fcfd5e7db /eclass | |
parent | Version bump (Manifest recommit) (diff) | |
download | gentoo-2-a5858abc18bf045dbbeed5a050ee8c8bbaadb066.tar.gz gentoo-2-a5858abc18bf045dbbeed5a050ee8c8bbaadb066.tar.bz2 gentoo-2-a5858abc18bf045dbbeed5a050ee8c8bbaadb066.zip |
remove the ppc and sparc --with-cpu stuff
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
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" |