summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-08-15 03:35:04 +0000
committerZac Medico <zmedico@gentoo.org>2007-08-15 03:35:04 +0000
commitd65cb2db597e08bdfaadc4e9d9ed0cb209312cd8 (patch)
treed09e82c3bdfb044406ee8342d9c724ada4996bef /cnf/make.conf.sparc.diff
parentFor bug #188449, since python floats have limited range, we multiply both flo... (diff)
downloadportage-multirepo-d65cb2db597e08bdfaadc4e9d9ed0cb209312cd8.tar.gz
portage-multirepo-d65cb2db597e08bdfaadc4e9d9ed0cb209312cd8.tar.bz2
portage-multirepo-d65cb2db597e08bdfaadc4e9d9ed0cb209312cd8.zip
'decent' CFLAGS should not feature -O3. Bug 188619 (trunk r7595:7597)
svn path=/main/branches/2.1.2/; revision=7608
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 68c44282..e73357b0 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