summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2005-07-15 12:29:31 +0000
committerache <ache@FreeBSD.org>2005-07-15 12:29:31 +0000
commit245772fc5aa2b0b9f17ff9107a4ae49d753af77a (patch)
tree744e677f65e3bdb93d90a389c01aac79dbf6b975
parent659d46f587a9288b5fe80abeac35340de3e9812d (diff)
downloadFreeBSD-src-245772fc5aa2b0b9f17ff9107a4ae49d753af77a.zip
FreeBSD-src-245772fc5aa2b0b9f17ff9107a4ae49d753af77a.tar.gz
Add -mno-sse3 for prescott/nocona
-rw-r--r--lib/libstand/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index 69e104b..56a1923 100644
--- a/lib/libstand/Makefile
+++ b/lib/libstand/Makefile
@@ -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
OpenPOWER on IntegriCloud