From 0cb4674c0939b66b1581c76d61da15df6ab3e6dd Mon Sep 17 00:00:00 2001 From: rlibby Date: Tue, 5 Sep 2017 15:21:34 +0000 Subject: MFC r316397 (by bde): Remove the unportable -msse4 here too after fixing crc32_sse42.c to not depend on it. This should have been part of r315983. Note, r315983 was MFC'd to stable/11 in r317149. Approved by: markj (mentor) --- tests/sys/kern/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/sys/kern/Makefile b/tests/sys/kern/Makefile index 35cc8c7..7eb07be 100644 --- a/tests/sys/kern/Makefile +++ b/tests/sys/kern/Makefile @@ -29,7 +29,7 @@ LIBADD.mqueue_test+= rt ${MACHINE_ARCH} == "i386" || \ ${MACHINE_ARCH} == "aarch64" ATF_TESTS_C+= libkern_crc32 -CFLAGS.libkern_crc32+= -msse4 -DUSERSPACE_TESTING +CFLAGS.libkern_crc32+= -DUSERSPACE_TESTING .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" LDADD.libkern_crc32+= ${SRCTOP}/sys/libkern/x86/crc32_sse42.c .else -- cgit v1.1