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:
parent
3a98d83edb
commit
5be56374b6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user