summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-01-18 22:14:23 +0000
committerobrien <obrien@FreeBSD.org>2004-01-18 22:14:23 +0000
commita8e980826f7bbffbb1199167bbb3ced1a2a322c1 (patch)
tree10512367a3a7921ddd97d11db70c579041673abe
parent296d8344194970f8802ca54b9784e6376f282b2f (diff)
downloadFreeBSD-src-a8e980826f7bbffbb1199167bbb3ced1a2a322c1.zip
FreeBSD-src-a8e980826f7bbffbb1199167bbb3ced1a2a322c1.tar.gz
Remove verbage about -O2 producing bad code on Alpha. By all accounts
GCC 3.3 -O2 produces correct code on Alpha. However, note that FreeBSD has alias bugs that make -O2 produce bad code on all(most?) platforms. Also don't tell people we don't want -O2 related bug reports, we do -- if they contain patches.
-rw-r--r--share/examples/etc/make.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index dab751d..8236ecf 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -40,9 +40,9 @@
# Note that optimization settings above -O (-O2, ...) are not recommended
# or supported for compiling the world or the kernel - please revert any
# nonstandard optimization settings to "-O" before submitting bug reports
-# to the developers.
+# without patches to the developers.
# Note also that at this time the -O2 setting is known to produce BROKEN
-# CODE on the Alpha platform.
+# CODE due to bugs in FreeBSD code.
#
#CFLAGS= -O -pipe
#
OpenPOWER on IntegriCloud