xtoolchain-llvm10 missing?

Brooks Davis brooks at freebsd.org
Mon Apr 20 16:59:44 UTC 2020


On Mon, Apr 20, 2020 at 05:52:04PM +0800, Li-Wen Hsu wrote:
> 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.

For further clarification, we're moving to a model were we always
install the toolchains/*.mk file for cross toolchains.  This means that
if you want CROSS_TOOLCHAIN=foo to work you just need to install the foo
package.  There's probably an argument I should make the change to
llvm90 since that one is still of some use, but I've been too lazy to
change the older ones.

-- Brooks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 455 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20200420/f3e5c0b9/attachment.sig>


More information about the freebsd-current mailing list