remove "risky" message about -O2
authorMike Frysinger <vapier@gentoo.org>
Fri, 17 Aug 2007 23:27:15 +0000 (23:27 -0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 17 Aug 2007 23:27:15 +0000 (23:27 -0000)
svn path=/main/trunk/; revision=7644

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

index 6c1e7f173a77a6476655d16013fda2337b3a7e6d..e6924ad50d009d56913674ac1a2baf3dd35d5cb3 100644 (file)
@@ -20,7 +20,7 @@
  # Host and optimization settings 
  # ==============================
  #
-@@ -33,10 +46,24 @@
+@@ -33,10 +46,22 @@
  # package (and in some cases the libraries it uses) at default optimizations
  # before reporting errors to developers.
  #
@@ -35,8 +35,6 @@
 +# 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.
-+#
 +# 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 5032c85eec17aca61b39c2e6c3a1e09357d58860..f2784e613f109b21f95fe5e10cf5f73c2e8db6aa 100644 (file)
@@ -20,7 +20,7 @@
  # Host and optimization settings 
  # ==============================
  #
-@@ -33,10 +46,17 @@
+@@ -33,10 +46,15 @@
  # package (and in some cases the libraries it uses) at default optimizations
  # before reporting errors to developers.
  #
@@ -31,8 +31,6 @@
 +# 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.
-+#
 +# 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
 +#