diff options
author | 2003-01-08 19:19:02 +0000 | |
---|---|---|
committer | 2003-01-08 19:19:02 +0000 | |
commit | 98a5d181a439fe09758f2ef36ae2cba6c478d24c (patch) | |
tree | 6ee8b22f56b6d603ed309c61fd9e03cb6df0f56b /sys-devel | |
parent | version bump (diff) | |
download | historical-98a5d181a439fe09758f2ef36ae2cba6c478d24c.tar.gz historical-98a5d181a439fe09758f2ef36ae2cba6c478d24c.tar.bz2 historical-98a5d181a439fe09758f2ef36ae2cba6c478d24c.zip |
mark stable for x86
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-3.2.1-r6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-3.2.1-r6.ebuild b/sys-devel/gcc/gcc-3.2.1-r6.ebuild index b411d2cd6c09..b6107c2ba051 100644 --- a/sys-devel/gcc/gcc-3.2.1-r6.ebuild +++ b/sys-devel/gcc/gcc-3.2.1-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.1-r6.ebuild,v 1.5 2003/01/08 19:13:01 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.1-r6.ebuild,v 1.6 2003/01/08 19:19:02 azarah Exp $ IUSE="static nls bootstrap java build" @@ -10,8 +10,8 @@ inherit eutils flag-o-matic libtool filter-flags "-fno-exceptions -fomit-frame-pointer" # Some odd problems with -march=k6[-2] (bug #12791) -replace-flags "-march=k6-2" "-march=i686" -replace-flags "-march=k6" "-march=i686" +replace-flags "-march=k6-2" "-march=i586" +replace-flags "-march=k6" "-march=i586" # Recently there has been a lot of stability problem in Gentoo-land. Many # things can be the cause to this, but I believe that it is due to gcc3 |