SSE2 comes thru the users choice of CPUTYPE.
This commit is contained in:
parent
fef891f794
commit
21c4855ebe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user