summaryrefslogtreecommitdiffstats
path: root/cnf/make.conf.arm.diff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-08-17 23:27:15 +0000
committerMike Frysinger <vapier@gentoo.org>2007-08-17 23:27:15 +0000
commit6ded79eda2c4b68c9ed0abb7e533a9d0516624c8 (patch)
treeee30074d02150089eac14ba9bf3cb5707bf291a2 /cnf/make.conf.arm.diff
parent74b6284e9c389f96c5d7b74f138a1cd9df163fdb (diff)
downloadportage-6ded79eda2c4b68c9ed0abb7e533a9d0516624c8.tar.gz
portage-6ded79eda2c4b68c9ed0abb7e533a9d0516624c8.tar.bz2
portage-6ded79eda2c4b68c9ed0abb7e533a9d0516624c8.zip
remove "risky" message about -O2
svn path=/main/trunk/; revision=7644
Diffstat (limited to 'cnf/make.conf.arm.diff')
-rw-r--r--cnf/make.conf.arm.diff4
1 files changed, 1 insertions, 3 deletions
diff --git a/cnf/make.conf.arm.diff b/cnf/make.conf.arm.diff
index 6c1e7f173..e6924ad50 100644
--- a/cnf/make.conf.arm.diff
+++ b/cnf/make.conf.arm.diff
@@ -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
+#