src.opts.mk: with BINUTILS limited to as it is used on i386 and amd64 only

This commit is contained in:
Ed Maste 2020-05-06 18:40:52 +00:00
parent 8b18f85887
commit fe808290f0

View File

@ -62,7 +62,6 @@ __DEFAULT_YES_OPTIONS = \
AUTHPF \
AUTOFS \
BHYVE \
BINUTILS \
BLACKLIST \
BLUETOOTH \
BOOT \
@ -292,9 +291,9 @@ __DEFAULT_NO_OPTIONS+=LLVM_TARGET_BPF
BROKEN_OPTIONS+=BINUTILS BINUTILS_BOOTSTRAP GDB
.endif
.if ${__T} == "amd64" || ${__T} == "i386"
__DEFAULT_YES_OPTIONS+=BINUTILS_BOOTSTRAP
__DEFAULT_YES_OPTIONS+=BINUTILS BINUTILS_BOOTSTRAP
.else
__DEFAULT_NO_OPTIONS+=BINUTILS_BOOTSTRAP
__DEFAULT_NO_OPTIONS+=BINUTILS BINUTILS_BOOTSTRAP
.endif
.if ${__T:Mriscv*} != ""
BROKEN_OPTIONS+=OFED