summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2008-05-10 20:46:07 +0000
committerache <ache@FreeBSD.org>2008-05-10 20:46:07 +0000
commita7ca76e7be2b0e3a9732e1ec875e2727098adae0 (patch)
tree491f4f2cb10f64f917c738dd02aecd4d8a74f622 /sys/conf
parent0b0263691d05495f691fc7677caa8a94be8c89ef (diff)
downloadFreeBSD-src-a7ca76e7be2b0e3a9732e1ec875e2727098adae0.zip
FreeBSD-src-a7ca76e7be2b0e3a9732e1ec875e2727098adae0.tar.gz
Add -mno-sse3 for amd64 case too
PR: 123518 Submitted by: Marc Olzheim <marcolz@stack.nl>
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/kern.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk
index 2b4b82c..9583f69 100644
--- a/sys/conf/kern.mk
+++ b/sys/conf/kern.mk
@@ -70,7 +70,7 @@ INLINE_LIMIT?= 15000
#
.if ${MACHINE_ARCH} == "amd64"
CFLAGS+= -mcmodel=kernel -mno-red-zone \
- -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow \
+ -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow \
-msoft-float -fno-asynchronous-unwind-tables
INLINE_LIMIT?= 8000
.endif
OpenPOWER on IntegriCloud