summaryrefslogtreecommitdiffstats
path: root/cnf/make.conf.ppc.diff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2007-08-13 06:58:36 +0000
committerNed Ludd <solar@gentoo.org>2007-08-13 06:58:36 +0000
commit90974fde01b473a9f5d68924d5d035b74980ddf6 (patch)
tree1f4bc2931a09716af319dd9ea7dcaef2b1a617bf /cnf/make.conf.ppc.diff
parenta38252f346224254b7ea61c760c55ec7c07f312f (diff)
downloadportage-90974fde01b473a9f5d68924d5d035b74980ddf6.tar.gz
portage-90974fde01b473a9f5d68924d5d035b74980ddf6.tar.bz2
portage-90974fde01b473a9f5d68924d5d035b74980ddf6.zip
- revert a few -O2 when they should of remained -O3 in comments
svn path=/main/trunk/; revision=7597
Diffstat (limited to 'cnf/make.conf.ppc.diff')
-rw-r--r--cnf/make.conf.ppc.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/cnf/make.conf.ppc.diff b/cnf/make.conf.ppc.diff
index 2be03cb42..76a97d3c2 100644
--- a/cnf/make.conf.ppc.diff
+++ b/cnf/make.conf.ppc.diff
@@ -39,10 +39,10 @@
+#
+# The newer gcc has a stricter aliasing ruleset that makes type punned
+# expression faulty compiled if -fstrict-aliasing is enabled.
-+# That option is implied by -O2 -Os and -O2. Make SURE you don't have that
++# That option is implied by -O2 -Os and -O3. Make SURE you don't have that
+# option enabled by adding -fno-strict-aliasing to your CFLAGS and CXXFLAGS
+#
-+# Long term testing has shown that -O2 opts can be unreliable on G4's but work
++# Long term testing has shown that -O3 opts can be unreliable on G4's but work
+# on G3 series processors or earlier.
+#
+# The following is the suggested CFLAGS for a generic G4 cpu