Re: xtoolchain-llvm10 missing?

2020-04-20 Thread Brooks Davis
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  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


signature.asc
Description: PGP signature


Re: xtoolchain-llvm10 missing?

2020-04-20 Thread Li-Wen Hsu
On Sat, Apr 18, 2020 at 11:15 PM Ronald Klop  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
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


xtoolchain-llvm10 missing?

2020-04-18 Thread Ronald Klop

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?

Regards,
Ronald.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"