summaryrefslogtreecommitdiffstats
path: root/cnf/make.conf.ppc.diff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-08-15 03:35:04 +0000
committerZac Medico <zmedico@gentoo.org>2007-08-15 03:35:04 +0000
commitd65cb2db597e08bdfaadc4e9d9ed0cb209312cd8 (patch)
treed09e82c3bdfb044406ee8342d9c724ada4996bef /cnf/make.conf.ppc.diff
parent1d76e08db94e0760dafcbd22335340e783c9de5e (diff)
downloadportage-d65cb2db597e08bdfaadc4e9d9ed0cb209312cd8.tar.gz
portage-d65cb2db597e08bdfaadc4e9d9ed0cb209312cd8.tar.bz2
portage-d65cb2db597e08bdfaadc4e9d9ed0cb209312cd8.zip
'decent' CFLAGS should not feature -O3. Bug 188619 (trunk r7595:7597)
svn path=/main/branches/2.1.2/; revision=7608
Diffstat (limited to 'cnf/make.conf.ppc.diff')
-rw-r--r--cnf/make.conf.ppc.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.conf.ppc.diff b/cnf/make.conf.ppc.diff
index f01a2da3c..76a97d3c2 100644
--- a/cnf/make.conf.ppc.diff
+++ b/cnf/make.conf.ppc.diff
@@ -55,7 +55,7 @@
+# all G3 and pre machines. (note it will not hurt pre G3 machines either to
+# use this mcpu option as it is the default for gcc 3.2.x anyway)
+#
-+#CFLAGS="-O3 -pipe -mcpu=G3 -fno-strict-aliasing"
++#CFLAGS="-O2 -pipe -mcpu=G3 -fno-strict-aliasing"
+
+# Recommended settings for GCC 2.95.3 only (Gentoo 1.2 or older):
+#