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:
parent
8438a7a80a
commit
03d2db1542
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user