'decent' CFLAGS should not feature -O3. Bug 188619
authorNed Ludd <solar@gentoo.org>
Sun, 12 Aug 2007 18:18:35 +0000 (18:18 -0000)
committerNed Ludd <solar@gentoo.org>
Sun, 12 Aug 2007 18:18:35 +0000 (18:18 -0000)
svn path=/main/trunk/; revision=7596

cnf/make.conf.alpha.diff
cnf/make.conf.arm.diff
cnf/make.conf.ppc.diff
cnf/make.conf.ppc64.diff
cnf/make.conf.sh.diff
cnf/make.conf.sparc.diff
cnf/make.conf.x86-fbsd.diff
cnf/make.conf.x86.diff

index 5fa4ae30b0dde318061342cbf252733b0d8f180c..f0a4e385233ac961bcab4c33b5d48566f1164135 100644 (file)
@@ -33,8 +33,8 @@
  #
 +# Decent examples:
 +#
-+#CFLAGS="-mcpu=ev67 -O3 -pipe "
-+CFLAGS="-mcpu=ev5 -O3 -pipe "
++#CFLAGS="-mcpu=ev67 -O2 -pipe "
++CFLAGS="-mcpu=ev5 -O2 -pipe "
 +
  # If you set a CFLAGS above, then this line will set your default C++ flags to
  # the same settings.
index 6c1e7f173a77a6476655d16013fda2337b3a7e6d..9d84ca3026b9e6869bcc5190597efd434dd8fb68 100644 (file)
@@ -35,7 +35,7 @@
 +# example, -march=xscale code will not run on a StrongARM 11x0, and
 +# -march=strongarm110 code will not run on a regular StrongARM).
 +#
-+# Don't use -O3.  Even -O2 may be risky in some cases.
++# Don't use -O2.  Even -O2 may be risky in some cases.
 +#
 +# For a full listing of supported CPU models, please refer to the GCC website:
 +# http://gcc.gnu.org/onlinedocs/gcc-3.3/gcc/ARM-Options.html
index f01a2da3ce07356a1d1bd422f7a6cafc85dd911b..2be03cb42c40fe07938f9a63b2cf7e717b16bb96 100644 (file)
 +#
 +# 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 -O3. Make SURE you don't have that
++# That option is implied by -O2 -Os and -O2. 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 -O3 opts can be unreliable on G4's but work
++# Long term testing has shown that -O2 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
@@ -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):
 +#
index 2aaec01f09756ba0acd677c6f3415518d08d405c..bafad2167ffd79ea55c22ae07713f7225e772be7 100644 (file)
@@ -42,7 +42,7 @@
 +# feature.  Note: you should also include -mabi=altivec flag if using this option.
  #
 -#CFLAGS="-O2 -pipe"
-+# -O3 for the most part seems ok but should be used with caution as
++# -O2 for the most part seems ok but should be used with caution as
 +# for instance app-editors/vim has problems if it is used. -O2 is a
 +# good selection.
 +#
index 5032c85eec17aca61b39c2e6c3a1e09357d58860..774c7b7f60167f737a6fbb10b2ee7d4a6107451b 100644 (file)
@@ -31,7 +31,7 @@
 +# your CHOST so if you are using "sh4-unknown-linux-gnu", you should have
 +# -m4 below.
  #
-+# Don't use -O3.  Even -O2 may be risky in some cases.
++# Don't use -O2.  Even -O2 may be risky in some cases.
 +#
 +# For a full listing of supported CPU models, please refer to the GCC website:
 +# http://gcc.gnu.org/onlinedocs/gcc-3.3/gcc/SH-Options.html
index 68c4428293387e7b1eacb3c0fe1a6b2a03518f7c..e73357b0831a2ac1b4754f6a7758a9cb7aa39b40 100644 (file)
@@ -48,8 +48,8 @@
 +#
 +# Decent examples:
 +#
-+#CFLAGS="-mcpu=supersparc -O3 -pipe"
-+#CFLAGS="-mcpu=ultrasparc -O3 -pipe"
++#CFLAGS="-mcpu=supersparc -O2 -pipe"
++#CFLAGS="-mcpu=ultrasparc -O2 -pipe"
 +#CFLAGS="-mcpu=v8 -mtune=v9 -O2 -pipe"
 +
  # If you set a CFLAGS above, then this line will set your default C++ flags to
index 787bc35268fe5e162d52c9d722399cd7dba9010b..c2cf7cb71945c89ec6ca4574c37912da1fee2256 100644 (file)
@@ -48,8 +48,8 @@
  #
 +# Decent examples:
 +#
-+#CFLAGS="-mtune=athlon-xp -O3 -pipe"
-+#CFLAGS="-march=pentium3 -O3 -pipe"
++#CFLAGS="-mtune=athlon-xp -O2 -pipe"
++#CFLAGS="-march=pentium3 -O2 -pipe"
 +
  # If you set a CFLAGS above, then this line will set your default C++ flags to
  # the same settings.
index 04e48b61e8c1436fb58c14b6d24bfed293a1ed0d..3e9594abba36847aac146fbf633fc45b8b825468 100644 (file)
@@ -79,8 +79,8 @@
 +# NOTE: the -On optimization levels are set with the letter O, not -0 (zero).
 +#
 +# Decent examples:
-+#CFLAGS="-mcpu=athlon-xp -O3 -pipe"
-+#CFLAGS="-march=pentium3 -O3 -pipe"
++#CFLAGS="-mcpu=athlon-xp -O2 -pipe"
++#CFLAGS="-march=pentium3 -O2 -pipe"
 +
  # If you set a CFLAGS above, then this line will set your default C++ flags to
  # the same settings.