summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2004-10-07 20:36:56 +0000
committerkensmith <kensmith@FreeBSD.org>2004-10-07 20:36:56 +0000
commitac3980e7bb192ab7df4686bb55eb91aeabf767b4 (patch)
tree13fe03872869deed5dc8fa1cde1fc6679d0a5038 /sys
parent8ad6178d29fba3a8f45a26258d6474ec9aba49cd (diff)
downloadFreeBSD-src-ac3980e7bb192ab7df4686bb55eb91aeabf767b4.zip
FreeBSD-src-ac3980e7bb192ab7df4686bb55eb91aeabf767b4.tar.gz
Back out v1.58... We still don't know what is causing the specific
problem I had but it's happening in code that is messing around with register windows - I'm willing to live with that piece being sensitive to this and it looks like the other problems we had reported lately are not fixed by using -O instead of -O2. Sorry for the churn. Looks like I need a second pointy hat. Someone tells me they stack well. :-))))
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/kern.pre.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk
index 86bbb62..07b4a9d 100644
--- a/sys/conf/kern.pre.mk
+++ b/sys/conf/kern.pre.mk
@@ -24,7 +24,7 @@ COPTFLAGS?=-O2 -frename-registers -pipe
. elif ${MACHINE_ARCH} == "ia64"
COPTFLAGS?=-O2 -pipe
. elif ${MACHINE_ARCH} == "sparc64"
-COPTFLAGS?=-O -pipe
+COPTFLAGS?=-O2 -pipe
. elif ${MACHINE_ARCH} == "arm"
COPTFLAGS?=-O2 -pipe
. else
OpenPOWER on IntegriCloud