summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2007-08-12 18:18:35 +0000
committerNed Ludd <solar@gentoo.org>2007-08-12 18:18:35 +0000
commita38252f346224254b7ea61c760c55ec7c07f312f (patch)
tree3faa75e340b33c67f8c38a7835ea1fe0c62a01a9 /cnf/make.conf.sh.diff
parentFor bug #33585, leave the old info dir file in place if there is nothing to g... (diff)
downloadportage-idfetch-a38252f346224254b7ea61c760c55ec7c07f312f.tar.gz
portage-idfetch-a38252f346224254b7ea61c760c55ec7c07f312f.tar.bz2
portage-idfetch-a38252f346224254b7ea61c760c55ec7c07f312f.zip
'decent' CFLAGS should not feature -O3. Bug 188619
svn path=/main/trunk/; revision=7596
Diffstat (limited to 'cnf/make.conf.sh.diff')
-rw-r--r--cnf/make.conf.sh.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.conf.sh.diff b/cnf/make.conf.sh.diff
index 5032c85e..774c7b7f 100644
--- a/cnf/make.conf.sh.diff
+++ b/cnf/make.conf.sh.diff
@@ -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