summaryrefslogtreecommitdiffstats
path: root/cnf/make.conf.sparc.diff
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.sparc.diff
parent35c035842c364c81635f6be63f6e13debb582255 (diff)
downloadportage-a38252f346224254b7ea61c760c55ec7c07f312f.tar.gz
portage-a38252f346224254b7ea61c760c55ec7c07f312f.tar.bz2
portage-a38252f346224254b7ea61c760c55ec7c07f312f.zip
'decent' CFLAGS should not feature -O3. Bug 188619
svn path=/main/trunk/; revision=7596
Diffstat (limited to 'cnf/make.conf.sparc.diff')
-rw-r--r--cnf/make.conf.sparc.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/cnf/make.conf.sparc.diff b/cnf/make.conf.sparc.diff
index 68c442829..e73357b08 100644
--- a/cnf/make.conf.sparc.diff
+++ b/cnf/make.conf.sparc.diff
@@ -48,8 +48,8 @@
+#
+# Decent examples:
+#
-+#CFLAGS="-mcpu=supersparc -O3 -pipe"
-+#CFLAGS="-mcpu=ultrasparc -O3 -pipe"
++#CFLAGS="-mcpu=supersparc -O2 -pipe"
++#CFLAGS="-mcpu=ultrasparc -O2 -pipe"
+#CFLAGS="-mcpu=v8 -mtune=v9 -O2 -pipe"
+
# If you set a CFLAGS above, then this line will set your default C++ flags to