- revert a few -O2 when they should of remained -O3 in comments
authorNed Ludd <solar@gentoo.org>
Mon, 13 Aug 2007 06:58:36 +0000 (06:58 -0000)
committerNed Ludd <solar@gentoo.org>
Mon, 13 Aug 2007 06:58:36 +0000 (06:58 -0000)
svn path=/main/trunk/; revision=7597

cnf/make.conf.arm.diff
cnf/make.conf.ppc.diff
cnf/make.conf.ppc64.diff
cnf/make.conf.sh.diff

index 9d84ca3026b9e6869bcc5190597efd434dd8fb68..6c1e7f173a77a6476655d16013fda2337b3a7e6d 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 -O2.  Even -O2 may be risky in some cases.
++# Don't use -O3.  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 2be03cb42c40fe07938f9a63b2cf7e717b16bb96..76a97d3c2195168da39264c3e98d24bc41e2102a 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 -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
index bafad2167ffd79ea55c22ae07713f7225e772be7..2aaec01f09756ba0acd677c6f3415518d08d405c 100644 (file)
@@ -42,7 +42,7 @@
 +# feature.  Note: you should also include -mabi=altivec flag if using this option.
  #
 -#CFLAGS="-O2 -pipe"
-+# -O2 for the most part seems ok but should be used with caution as
++# -O3 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 774c7b7f60167f737a6fbb10b2ee7d4a6107451b..5032c85eec17aca61b39c2e6c3a1e09357d58860 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 -O2.  Even -O2 may be risky in some cases.
++# Don't use -O3.  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