git: 4a8055914d6a - main - Revert "Makefile.inc1: Don't force LLVM_BINUTILS off for cross-tools"
Date: Fri, 13 Mar 2026 20:48:28 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=4a8055914d6a60714f27379cbff8b2e9198157f6
commit 4a8055914d6a60714f27379cbff8b2e9198157f6
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2026-03-13 20:45:30 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-03-13 20:47:33 +0000
Revert "Makefile.inc1: Don't force LLVM_BINUTILS off for cross-tools"
This reverts commit 858f53dd43ecb84cf2597229e9dbda2f242d9dd6.
It is not clear to me why building from Linux or MacOS fails to build
the toolchain, so reintroduce the long-standing slightly-broken
toolchain until that can be determined.
Reported by: vexeduxr, jrtc27
---
Makefile.inc1 | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.inc1 b/Makefile.inc1
index 8a1958902db5..c4696abae8cd 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -808,6 +808,7 @@ XMAKE= ${BMAKE} \
TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
MK_CLANG=${MK_CLANG_BOOTSTRAP} \
MK_LLDB=no \
+ MK_LLVM_BINUTILS=no \
MK_TESTS=no
# kernel-tools stage