Remove KERNEL_RETPOLINE from BROKEN_OPTIONS on i386

Clang will compile both amd64 and i386 with retpoline.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2018-03-15 00:57:57 +00:00
parent 8438a7a80a
commit 03d2db1542

View File

@ -87,7 +87,7 @@ BROKEN_OPTIONS+= OFED
.endif
# Things that don't work based on toolchain support.
.if ${MACHINE} != "amd64"
.if ${MACHINE} != "i386" && ${MACHINE} != "amd64"
BROKEN_OPTIONS+= KERNEL_RETPOLINE
.endif