Add -mno-sse3 for prescott/nocona

This commit is contained in:
Andrey A. Chernov 2005-07-15 12:29:31 +00:00
parent 63ecaee8d6
commit e775a53b59

View File

@ -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