Re: External toolchain support broken for devel/llvm38 but not devel/llvm37

2016-08-30 Thread Brooks Davis
with the devel/llvm38 port or > external toolchain support has regressed: > > > > > > > > > This works: > > > make XCC=/usr/local/bin/clang37 XCXX=/usr/local/bin/clang++37 > XCPP=/usr/local/bin/clang-cpp37 buildworld -j12 -s > > > > >

Re: External toolchain support broken for devel/llvm38 but not devel/llvm37

2016-08-30 Thread Matthew Macy
On Tue, 30 Aug 2016 14:08:41 -0700 Brooks Davis wrote > On Mon, Aug 29, 2016 at 08:12:08PM -0700, Matthew Macy wrote: > > It looks like there is something broken with the devel/llvm38 port or > > external toolchain support has regressed: > >

Re: External toolchain support broken for devel/llvm38 but not devel/llvm37

2016-08-30 Thread Brooks Davis
On Mon, Aug 29, 2016 at 08:12:08PM -0700, Matthew Macy wrote: > It looks like there is something broken with the devel/llvm38 port or > external toolchain support has regressed: > > > This works: > make XCC=/usr/local/bin/clang37 XCXX=/usr/local/bin/clang++37 > XCPP=/usr/

Re: External toolchain support broken for devel/llvm38 but not devel/llvm37

2016-08-30 Thread K. Macy
On Monday, August 29, 2016, Volodymyr Kostyrko wrote: > Matthew Macy wrote: > >> It looks like there is something broken with the devel/llvm38 port or >> external toolchain support has regressed: >> >> >> This works: >> make XCC=/usr/local/bin/clang37

Re: External toolchain support broken for devel/llvm38 but not devel/llvm37

2016-08-30 Thread Dimitry Andric
On 30 Aug 2016, at 05:12, Matthew Macy wrote: > > It looks like there is something broken with the devel/llvm38 port or > external toolchain support has regressed: > > > This works: > make XCC=/usr/local/bin/clang37 XCXX=/usr/local/bin/clang++37 > XCPP=/usr/local/bin

Re: External toolchain support broken for devel/llvm38 but not devel/llvm37

2016-08-30 Thread Volodymyr Kostyrko
Matthew Macy wrote: It looks like there is something broken with the devel/llvm38 port or external toolchain support has regressed: This works: make XCC=/usr/local/bin/clang37 XCXX=/usr/local/bin/clang++37 XCPP=/usr/local/bin/clang-cpp37 buildworld -j12 -s This fails: make XCC=/usr

External toolchain support broken for devel/llvm38 but not devel/llvm37

2016-08-29 Thread Matthew Macy
It looks like there is something broken with the devel/llvm38 port or external toolchain support has regressed: This works: make XCC=/usr/local/bin/clang37 XCXX=/usr/local/bin/clang++37 XCPP=/usr/local/bin/clang-cpp37 buildworld -j12 -s This fails: make XCC=/usr/local/bin/clang38 XCXX

Re: External toolchain support

2014-12-02 Thread Baptiste Daroussin
On Tue, Dec 02, 2014 at 09:23:00AM -0700, Warner Losh wrote: > > > On Dec 2, 2014, at 1:31 AM, Baptiste Daroussin wrote: > > > > On Mon, Dec 01, 2014 at 10:05:29PM -0700, Warner Losh wrote: > >> > >>> On Nov 29, 2014, at 8:04 AM, Baptiste Daroussin wrote: > >>> > >>> Hi all, > >>> > >>> It i

Re: External toolchain support

2014-12-02 Thread Warner Losh
> On Dec 2, 2014, at 1:31 AM, Baptiste Daroussin wrote: > > On Mon, Dec 01, 2014 at 10:05:29PM -0700, Warner Losh wrote: >> >>> On Nov 29, 2014, at 8:04 AM, Baptiste Daroussin wrote: >>> >>> Hi all, >>> >>> It is now possible to use an external toolchain to build the kernel and base >>> (tes

Re: External toolchain support

2014-12-02 Thread Baptiste Daroussin
On Mon, Dec 01, 2014 at 10:05:29PM -0700, Warner Losh wrote: > > > On Nov 29, 2014, at 8:04 AM, Baptiste Daroussin wrote: > > > > Hi all, > > > > It is now possible to use an external toolchain to build the kernel and base > > (tested with gcc 4.9.1 and latest binutils) > > > > Of course a lot

Re: External toolchain support

2014-12-01 Thread Warner Losh
> On Nov 29, 2014, at 8:04 AM, Baptiste Daroussin wrote: > > Hi all, > > It is now possible to use an external toolchain to build the kernel and base > (tested with gcc 4.9.1 and latest binutils) > > Of course a lot of work is needed to make it build cleanly (aka lots of > warning > to fix).

Re: External toolchain support

2014-12-01 Thread Lev Serebryakov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 29.11.2014 18:04, Baptiste Daroussin wrote: > mips cannot be tested because upstream gcc never heard of FreeBSD > running on mips, and I did not receive any patches for mips. I'm afraid, arm has same problem. I was need to patch arm-for-uC toolc

Re: External toolchain support

2014-11-30 Thread Alfred Perlstein
On 11/29/14, 7:04 AM, Baptiste Daroussin wrote: Hi all, It is now possible to use an external toolchain to build the kernel and base (tested with gcc 4.9.1 and latest binutils) Of course a lot of work is needed to make it build cleanly (aka lots of warning to fix). What have been tested so fa

Re: External toolchain support

2014-11-30 Thread Florian Smeets
On 29/11/14 16:04, Baptiste Daroussin wrote: > Hi all, > > It is now possible to use an external toolchain to build the kernel and base > (tested with gcc 4.9.1 and latest binutils) > > make CROSS_TOOLCHAIN=sparc64-gcc -j8 buildkernel > I built a sparc64 kernel on amd64 using sparc64-xtoolchai

External toolchain support

2014-11-29 Thread Baptiste Daroussin
Hi all, It is now possible to use an external toolchain to build the kernel and base (tested with gcc 4.9.1 and latest binutils) Of course a lot of work is needed to make it build cleanly (aka lots of warning to fix). What have been tested so far: - sparc64 kernel + world - amd64 kernel + world