From a7ca76e7be2b0e3a9732e1ec875e2727098adae0 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 10 May 2008 20:46:07 +0000 Subject: Add -mno-sse3 for amd64 case too PR: 123518 Submitted by: Marc Olzheim --- sys/conf/kern.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/conf') 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 -- cgit v1.1