src.opts.mk: !CROSS_COMPILER implies !LLVM_BINUTILS_BOOTSTRAP
This fixes the build when WITHOUT_CROSS_COMPILER is set.
Reported by: fuz, vishwin
Fixes: 17494c6e6b ("build: Boostrap LLVM_BINUTILS for cross-tools")
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D56219
This commit is contained in:
@@ -495,6 +495,7 @@ MK_ZONEINFO_LEAPSECONDS_SUPPORT:= no
|
||||
MK_CLANG_BOOTSTRAP:= no
|
||||
MK_ELFTOOLCHAIN_BOOTSTRAP:= no
|
||||
MK_LLD_BOOTSTRAP:= no
|
||||
MK_LLVM_BINUTILS_BOOTSTRAP:= no
|
||||
.endif
|
||||
|
||||
.if ${MK_TOOLCHAIN} == "no"
|
||||
|
||||
Reference in New Issue
Block a user