summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-19 23:18:30 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-19 23:18:30 +0000
commitf9cda3e2b7e31a933d933b8f1e2242f7ddb4171b (patch)
tree65285ab5a0bf424e9654d37ceb7d906c6c64fb1a /eclass/flag-o-matic.eclass
parentMarked stable on mips. (diff)
downloadhistorical-f9cda3e2b7e31a933d933b8f1e2242f7ddb4171b.tar.gz
historical-f9cda3e2b7e31a933d933b8f1e2242f7ddb4171b.tar.bz2
historical-f9cda3e2b7e31a933d933b8f1e2242f7ddb4171b.zip
disable prefetch-loop-arrays for unstable #64979
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r--eclass/flag-o-matic.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index 89db6f83296f..5ff36840676a 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -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/eclass/flag-o-matic.eclass,v 1.105 2006/01/22 17:51:27 kevquinn Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.106 2006/02/19 23:18:30 vapier Exp $
# need access to emktemp()
@@ -114,7 +114,7 @@ setup-allowed-flags() {
# C[XX]FLAGS that we are think is ok, but needs testing
# NOTE: currently -Os have issues with gcc3 and K6* arch's
- export UNSTABLE_FLAGS="-Os -O3 -freorder-blocks -fprefetch-loop-arrays"
+ export UNSTABLE_FLAGS="-Os -O3 -freorder-blocks"
return 0
}