Add -mno-sse3 for amd64 case too
PR: 123518 Submitted by: Marc Olzheim <marcolz@stack.nl>
This commit is contained in:
parent
77197f9ce4
commit
64982acf50
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user