summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-05 03:18:26 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-05 03:18:26 +0000
commitc8a657462b1167d760509f2190a83a49bf2affe1 (patch)
tree1c83fe06cbfdfc9ab0c72682cd05c3c3510486fa /sys-libs
parentAdded to ~amd64. (diff)
downloadgentoo-2-c8a657462b1167d760509f2190a83a49bf2affe1.tar.gz
gentoo-2-c8a657462b1167d760509f2190a83a49bf2affe1.tar.bz2
gentoo-2-c8a657462b1167d760509f2190a83a49bf2affe1.zip
dont filter -march=pentium-m anymore #100094 by Sebastian Bergmann
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/glibc-2.3.5-r1.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys-libs/glibc/glibc-2.3.5-r1.ebuild b/sys-libs/glibc/glibc-2.3.5-r1.ebuild
index c67f09a51adb..929976506738 100644
--- a/sys-libs/glibc/glibc-2.3.5-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.3.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r1.ebuild,v 1.41 2005/10/05 01:43:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r1.ebuild,v 1.42 2005/10/05 03:18:26 vapier Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -668,11 +668,6 @@ setup_flags() {
CBUILD_OPT=${CTARGET_OPT}
fi
- if [ "`gcc-major-version`" -ge "3" -a "`gcc-minor-version`" -ge "4" ] ; then
- # broken in 3.4.x
- replace-flags -march=pentium-m -mtune=pentium3
- fi
-
if $(tc-getCC ${CTARGET}) -v 2>&1 | grep -q 'gcc version 3.[0123]'; then
append-flags -finline-limit=2000
fi