summaryrefslogtreecommitdiffstats
path: root/cnf/make.conf.arm.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.arm.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.arm.diff')
-rw-r--r--cnf/make.conf.arm.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.conf.arm.diff b/cnf/make.conf.arm.diff
index 9d84ca302..6c1e7f173 100644
--- a/cnf/make.conf.arm.diff
+++ b/cnf/make.conf.arm.diff
@@ -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