src.opts.mk: disable BINUTILS_BOOTSTRAP universally
As of r361853 skein_block_asm.S is assembled using Clang's integrated assembler. PR: 233611 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
bd7d64f548
commit
18983e3b88
@ -201,6 +201,7 @@ __DEFAULT_NO_OPTIONS = \
|
||||
BEARSSL \
|
||||
BHYVE_SNAPSHOT \
|
||||
BINUTILS \
|
||||
BINUTILS_BOOTSTRAP \
|
||||
BSD_GREP \
|
||||
CLANG_EXTRAS \
|
||||
DTRACE_TESTS \
|
||||
@ -291,12 +292,6 @@ __DEFAULT_NO_OPTIONS+=LLVM_TARGET_BPF
|
||||
.if ${__T} == "aarch64" || ${__T:Mriscv*} != ""
|
||||
BROKEN_OPTIONS+=BINUTILS BINUTILS_BOOTSTRAP GDB
|
||||
.endif
|
||||
# BINUTILS_BOOTSTRAP is needed on amd64 only, for skein_block_asm.s
|
||||
.if ${__T} == "amd64"
|
||||
__DEFAULT_YES_OPTIONS+=BINUTILS_BOOTSTRAP
|
||||
.else
|
||||
__DEFAULT_NO_OPTIONS+=BINUTILS_BOOTSTRAP
|
||||
.endif
|
||||
.if ${__T:Mriscv*} != ""
|
||||
BROKEN_OPTIONS+=OFED
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user