diff options
author | 2004-04-27 02:28:01 +0000 | |
---|---|---|
committer | 2004-04-27 02:28:01 +0000 | |
commit | da6ad706361564cc67e7e032424bea9806b20fd0 (patch) | |
tree | 6483290b0d0136adb3c8016a7422575c5051ca74 /sys-devel | |
parent | add back in since .3 is broken on hppa (diff) | |
download | historical-da6ad706361564cc67e7e032424bea9806b20fd0.tar.gz historical-da6ad706361564cc67e7e032424bea9806b20fd0.tar.bz2 historical-da6ad706361564cc67e7e032424bea9806b20fd0.zip |
remove arch support for a few archs
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-3.4.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-devel/gcc/gcc-3.4.0.ebuild b/sys-devel/gcc/gcc-3.4.0.ebuild index e53d03a0c0d8..4b73edf0ed98 100644 --- a/sys-devel/gcc/gcc-3.4.0.ebuild +++ b/sys-devel/gcc/gcc-3.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.0.ebuild,v 1.5 2004/04/27 02:23:00 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.0.ebuild,v 1.6 2004/04/27 02:28:01 lv Exp $ IUSE="static nls bootstrap java build X multilib gcj hardened f77 objc uclibc" @@ -386,11 +386,11 @@ src_compile() { # Default arch support use amd64 && myconf="${myconf} --with-cpu=k8 --with-arch=k8" - use ppc64 && myconf="${myconf} --with-arch=powerpc64" - use s390 && myconf="${myconf} --with-arch=g5" + #use ppc64 && myconf="${myconf} --with-arch=powerpc64" + #use s390 && myconf="${myconf} --with-arch=nofreakingclue" use x86 && myconf="${myconf} --with-cpu=pentium4 --with-arch=i586" - use mips && myconf="${myconf} --with-arch=mips3" - use ppc && myconf="${myconf} --with-arch=g3" + #use mips && myconf="${myconf} --with-arch=mips3" + #use ppc && myconf="${myconf} --with-arch=g3" # In general gcc does not like optimization, and add -O2 where # it is safe. This is especially true for gcc 3.3 + 3.4 |