xtoolchain-llvm10 missing?

Li-Wen Hsu lwhsu at freebsd.org
Mon Apr 20 09:52:18 UTC 2020


On Sat, Apr 18, 2020 at 11:15 PM Ronald Klop <ronald-lists at klop.ws> wrote:
>
> Hi,
>
> Building CURRENT on my laptop takes very very long because every little
> change in llvm/clang makes it recompile a complete compiler. So I want to
> build with CROSS_TOOLCHAIN=xtoolchain-llvm10 (10.0) and
> WITHOUT_TOOLCHAIN=yes.
> In ports/pkgs the most recent versions I see are xtoolchain-llvm90 or
> xtoolchain-llvm-devel (11.0?).
> Is xtoolchain-llvm10 missing on purpose?

I guess you want something like CROSS_TOOLCHAIN=llvm10, and

/usr/local/share/toolchains/llvm10.mk
/usr/local/share/toolchains/llvm-devel.mk

Are installed by llvm10 and llvm-devel now.

Best,
Li-Wen


More information about the freebsd-current mailing list