Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Mar 2026 15:11:10 -0700
From:      Cy Schubert <Cy.Schubert@cschubert.com>
To:        Ed Maste <emaste@FreeBSD.org>
Cc:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   Re: git: 4a8055914d6a - main - Revert "Makefile.inc1: Don't force  LLVM_BINUTILS off for cross-tools"
Message-ID:  <20260313221110.3A2E7305@slippy.cwsent.com>
In-Reply-To: <69b4781c.3e92e.665bf041@gitrepo.freebsd.org>

index | next in thread | previous in thread | raw e-mail

In message <69b4781c.3e92e.665bf041@gitrepo.freebsd.org>, Ed Maste writes:
> The branch main has been updated by emaste:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=4a8055914d6a60714f27379cbff8b2e9
> 198157f6
>
> 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

Thank you. I ran into this problem too this week.

> ---
>  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
>


-- 
Cheers,
Cy Schubert <Cy.Schubert@cschubert.com>
FreeBSD UNIX:  <cy@FreeBSD.org>   Web:  https://FreeBSD.org
NTP:           <cy@nwtime.org>    Web:  https://nwtime.org

			e**(i*pi)+1=0




home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20260313221110.3A2E7305>