src.opts.mk: switch LLD_BOOTSTRAP and LLD_IS_LD to opt-out
More MACHINE_CPUARCH/MACHINE_ARCH cases enable these options than disable them, and several of them have work in progress to switch over. Thus, invert the sense of the test and list cases not using LLD as the exceptions.
This commit is contained in:
parent
4ad9b9fa8e
commit
78a576cbe8
@ -329,8 +329,8 @@ __DEFAULT_YES_OPTIONS+=LLVM_LIBUNWIND
|
||||
.else
|
||||
__DEFAULT_NO_OPTIONS+=LLVM_LIBUNWIND
|
||||
.endif
|
||||
.if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T} == "armv6" || \
|
||||
${__T} == "armv7" || ${__T} == "i386" || ${__T} == "powerpc64"
|
||||
.if ${__TT} != "mips" && ${__T} != "powerpc" && ${__T} != "powerpcspe" && \
|
||||
${__TT} != "riscv" && ${__T} != "sparc64"
|
||||
__DEFAULT_YES_OPTIONS+=LLD_BOOTSTRAP LLD_IS_LD
|
||||
.else
|
||||
__DEFAULT_NO_OPTIONS+=LLD_BOOTSTRAP LLD_IS_LD
|
||||
|
Loading…
x
Reference in New Issue
Block a user