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:
emaste 2018-03-15 00:57:57 +00:00
parent 48286dea10
commit 0b97ee736f

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