diff options
author | Travis Tilley <lv@gentoo.org> | 2004-07-12 17:44:46 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-07-12 17:44:46 +0000 |
commit | 36278ddc05d230fc1ab6a13ef4fa1a35a70924b3 (patch) | |
tree | 7573aa94d3d7b51611917d28c9bd224b8964e45c /sys-libs | |
parent | Fixing for x86 and removing amd64+X stuff for now until I can test further fr... (diff) | |
download | gentoo-2-36278ddc05d230fc1ab6a13ef4fa1a35a70924b3.tar.gz gentoo-2-36278ddc05d230fc1ab6a13ef4fa1a35a70924b3.tar.bz2 gentoo-2-36278ddc05d230fc1ab6a13ef4fa1a35a70924b3.zip |
pentium-m -> pentium3
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.3.20040420.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20040605-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20040619.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-libs/glibc/glibc-2.3.3.20040420.ebuild b/sys-libs/glibc/glibc-2.3.3.20040420.ebuild index 699b4ef799a7..94e296f4b74f 100644 --- a/sys-libs/glibc/glibc-2.3.3.20040420.ebuild +++ b/sys-libs/glibc/glibc-2.3.3.20040420.ebuild @@ -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/sys-libs/glibc/glibc-2.3.3.20040420.ebuild,v 1.14 2004/07/11 07:51:15 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3.20040420.ebuild,v 1.15 2004/07/12 17:44:46 lv Exp $ IUSE="nls pic build nptl erandom debug" @@ -505,7 +505,7 @@ setup_flags() { if [ "`gcc-major-version`" -ge "3" -a "`gcc-minor-version`" -ge "4" ]; then # broken in 3.4.x - replace-cpu-flags pentium-m pentium4 + replace-cpu-flags pentium-m pentium3 fi } diff --git a/sys-libs/glibc/glibc-2.3.4.20040605-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20040605-r1.ebuild index 2e6243810489..00daed3fc738 100644 --- a/sys-libs/glibc/glibc-2.3.4.20040605-r1.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20040605-r1.ebuild @@ -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/sys-libs/glibc/glibc-2.3.4.20040605-r1.ebuild,v 1.15 2004/07/09 22:47:31 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040605-r1.ebuild,v 1.16 2004/07/12 17:44:46 lv Exp $ IUSE="nls pic build nptl erandom hardened makecheck multilib debug" @@ -80,7 +80,7 @@ setup_flags() { if [ "`gcc-major-version`" -ge "3" -a "`gcc-minor-version`" -ge "4" ]; then # broken in 3.4.x - replace-cpu-flags pentium-m pentium4 + replace-cpu-flags pentium-m pentium3 fi diff --git a/sys-libs/glibc/glibc-2.3.4.20040619.ebuild b/sys-libs/glibc/glibc-2.3.4.20040619.ebuild index 0e722411e6b3..b21f03dd1ebb 100644 --- a/sys-libs/glibc/glibc-2.3.4.20040619.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20040619.ebuild @@ -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/sys-libs/glibc/glibc-2.3.4.20040619.ebuild,v 1.13 2004/07/12 02:38:10 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040619.ebuild,v 1.14 2004/07/12 17:44:46 lv Exp $ IUSE="nls pic build nptl erandom hardened makecheck multilib debug" @@ -108,7 +108,7 @@ setup_flags() { if [ "`gcc-major-version`" -ge "3" -a "`gcc-minor-version`" -ge "4" ]; then # broken in 3.4.x - replace-cpu-flags pentium-m pentium4 + replace-cpu-flags pentium-m pentium3 fi |