summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cnf/make.conf.alpha.diff4
-rw-r--r--cnf/make.conf.ppc.diff2
-rw-r--r--cnf/make.conf.sparc.diff4
-rw-r--r--cnf/make.conf.x86-fbsd.diff4
-rw-r--r--cnf/make.conf.x86.diff4
5 files changed, 9 insertions, 9 deletions
diff --git a/cnf/make.conf.alpha.diff b/cnf/make.conf.alpha.diff
index 5fa4ae30b..f0a4e3852 100644
--- a/cnf/make.conf.alpha.diff
+++ b/cnf/make.conf.alpha.diff
@@ -33,8 +33,8 @@
#
+# Decent examples:
+#
-+#CFLAGS="-mcpu=ev67 -O3 -pipe "
-+CFLAGS="-mcpu=ev5 -O3 -pipe "
++#CFLAGS="-mcpu=ev67 -O2 -pipe "
++CFLAGS="-mcpu=ev5 -O2 -pipe "
+
# If you set a CFLAGS above, then this line will set your default C++ flags to
# the same settings.
diff --git a/cnf/make.conf.ppc.diff b/cnf/make.conf.ppc.diff
index f01a2da3c..76a97d3c2 100644
--- a/cnf/make.conf.ppc.diff
+++ b/cnf/make.conf.ppc.diff
@@ -55,7 +55,7 @@
+# all G3 and pre machines. (note it will not hurt pre G3 machines either to
+# use this mcpu option as it is the default for gcc 3.2.x anyway)
+#
-+#CFLAGS="-O3 -pipe -mcpu=G3 -fno-strict-aliasing"
++#CFLAGS="-O2 -pipe -mcpu=G3 -fno-strict-aliasing"
+
+# Recommended settings for GCC 2.95.3 only (Gentoo 1.2 or older):
+#
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
diff --git a/cnf/make.conf.x86-fbsd.diff b/cnf/make.conf.x86-fbsd.diff
index 787bc3526..c2cf7cb71 100644
--- a/cnf/make.conf.x86-fbsd.diff
+++ b/cnf/make.conf.x86-fbsd.diff
@@ -48,8 +48,8 @@
#
+# Decent examples:
+#
-+#CFLAGS="-mtune=athlon-xp -O3 -pipe"
-+#CFLAGS="-march=pentium3 -O3 -pipe"
++#CFLAGS="-mtune=athlon-xp -O2 -pipe"
++#CFLAGS="-march=pentium3 -O2 -pipe"
+
# If you set a CFLAGS above, then this line will set your default C++ flags to
# the same settings.
diff --git a/cnf/make.conf.x86.diff b/cnf/make.conf.x86.diff
index 04e48b61e..3e9594abb 100644
--- a/cnf/make.conf.x86.diff
+++ b/cnf/make.conf.x86.diff
@@ -79,8 +79,8 @@
+# NOTE: the -On optimization levels are set with the letter O, not -0 (zero).
+#
+# Decent examples:
-+#CFLAGS="-mcpu=athlon-xp -O3 -pipe"
-+#CFLAGS="-march=pentium3 -O3 -pipe"
++#CFLAGS="-mcpu=athlon-xp -O2 -pipe"
++#CFLAGS="-march=pentium3 -O2 -pipe"
+
# If you set a CFLAGS above, then this line will set your default C++ flags to
# the same settings.