aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2026-04-01 18:27:05 +0000
committerEd Maste <emaste@FreeBSD.org>2026-04-02 12:59:07 +0000
commit7d82731e4311880845b0109484df6562ab0cd213 (patch)
treeb57bc6a2142240378b4e9bcb339c2b0ba013f90a
parent6630c3a73688ae3c33df892f6802bea5b8460e17 (diff)
src.opts.mk: !CROSS_COMPILER implies !LLVM_BINUTILS_BOOTSTRAP
This fixes the build when WITHOUT_CROSS_COMPILER is set. Reported by: fuz, vishwin Fixes: 17494c6e6b7d ("build: Boostrap LLVM_BINUTILS for cross-tools") Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D56219
-rw-r--r--share/mk/src.opts.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index 47538c138eb7..5e59f476a743 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -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"