diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2026-03-13 20:45:30 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-03-13 20:47:33 +0000 |
| commit | 4a8055914d6a60714f27379cbff8b2e9198157f6 (patch) | |
| tree | fce5ad049749a064c192e83b0d591cf42fc9fea7 | |
| parent | 512e189a96415c3471399581239c243d1032e07a (diff) | |
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
| -rw-r--r-- | Makefile.inc1 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
