Remove the unportable -msse4 here too after fixing crc32_sse42.c to not

depend on it.  This should have been part of r315983.
This commit is contained in:
Bruce Evans 2017-04-02 09:24:58 +00:00
parent 3a98d83edb
commit 5be56374b6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=316397

View File

@ -32,7 +32,7 @@ LIBADD.mqueue_test+= rt
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
ATF_TESTS_C+= libkern_crc32
CFLAGS.libkern_crc32+= -msse4 -DUSERSPACE_TESTING
CFLAGS.libkern_crc32+= -DUSERSPACE_TESTING
LDADD.libkern_crc32+= ${SRCTOP}/sys/libkern/x86/crc32_sse42.c
.endif