Add -mno-sse3 for prescott/nocona
This commit is contained in:
parent
63ecaee8d6
commit
e775a53b59
@ -22,6 +22,9 @@ CFLAGS+= -mno-fp-regs
|
||||
CFLAGS+= -mpreferred-stack-boundary=2
|
||||
CFLAGS+= -mno-mmx -mno-3dnow -mno-sse -mno-sse2
|
||||
.endif
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CFLAGS+= -mno-sse3
|
||||
.endif
|
||||
.if ${MACHINE_ARCH} == "powerpc"
|
||||
CFLAGS+= -msoft-float -D_STANDALONE
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user