aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2005-12-07 17:42:27 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2005-12-07 17:42:27 +0000
commit21c4855ebef3812705bf59f79e6164764caea13b (patch)
tree9716db84d78af863d77cc5647858136a86493066 /Makefile.inc1
parentfef891f794a9194c5434adb0238389e0754f4546 (diff)
downloadsrc-21c4855ebef3812705bf59f79e6164764caea13b.tar.gz
src-21c4855ebef3812705bf59f79e6164764caea13b.zip
SSE2 comes thru the users choice of CPUTYPE.
Notes
Notes: svn path=/head/; revision=153206
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 5a63d8c39f6c..5c9c0fde2c6a 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -214,7 +214,7 @@ LIB32CPUTYPE= k8
.else
LIB32CPUTYPE= ${CPUTYPE}
.endif
-LIB32PREFLAGS= -m32 -march=${LIB32CPUTYPE} -msse2 -mfancy-math-387 -DCOMPAT_32BIT
+LIB32PREFLAGS= -m32 -march=${LIB32CPUTYPE} -mfancy-math-387 -DCOMPAT_32BIT
LIB32POSTFLAGS= -I${LIB32TMP}/usr/include \
-L${LIB32TMP}/usr/lib32 \
-B${LIB32TMP}/usr/lib32