diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-19 23:18:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-19 23:18:30 +0000 |
commit | 7395be22452ab39a170029107f3ea77f2724f39f (patch) | |
tree | c38a98cdfc43187e2c3923cb0e73f0750157ebf2 /eclass | |
parent | Marked stable on mips. (diff) | |
download | gentoo-2-7395be22452ab39a170029107f3ea77f2724f39f.tar.gz gentoo-2-7395be22452ab39a170029107f3ea77f2724f39f.tar.bz2 gentoo-2-7395be22452ab39a170029107f3ea77f2724f39f.zip |
disable prefetch-loop-arrays for unstable #64979
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 4 |
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 } |