Re: [INFO]: import of clang/LLVM to happen on June 9th

2010-06-06 Thread Roman Divacky
On Fri, Jun 04, 2010 at 01:33:10PM -0400, Justin Hibbits wrote: > On Fri, Jun 4, 2010 at 11:26 AM, Roman Divacky wrote: > > > Dear current@ > > > > On June 9th, we are importing clang/LLVM into FreeBSD HEAD. We are going > > to import clang/LLVM sources and put those into contrib/llvm (~45MB) and

Re: [INFO]: import of clang/LLVM to happen on June 9th

2010-06-05 Thread Doug Barton
On 06/04/10 23:10, Anonymous wrote: Most ports decide features based on MACHINE_CPU not CPUTYPE. However, MACHINE_CPU doesn't support non-base compiler and `native' CPUTYPE. Plus core2 CPUTYPE is silently degraded to nocona/prescott even when it's supported by underlying compiler. See conf/112997

Re: [INFO]: import of clang/LLVM to happen on June 9th

2010-06-04 Thread Anonymous
Doug Barton writes: > On 06/04/10 17:38, Doug Barton wrote: >> On 06/04/10 11:28, Andrius Morkūnas wrote: >> >>> http://www.freebsd.org/doc/en_US.ISO8859-1/articles/custom-gcc/configuring-ports-gcc.html > > Ok, everything in that section seems clear except this in 3.3: > It is possible to complet

Re: [INFO]: import of clang/LLVM to happen on June 9th

2010-06-04 Thread Doug Barton
On 06/04/10 17:38, Doug Barton wrote: On 06/04/10 11:28, Andrius Morkūnas wrote: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/custom-gcc/configuring-ports-gcc.html Ok, everything in that section seems clear except this in 3.3: It is possible to completely replace CFLAGS and/or define c

Re: [INFO]: import of clang/LLVM to happen on June 9th

2010-06-04 Thread jhell
On 06/04/2010 12:59, Doug Barton wrote: > On 06/04/10 08:26, Roman Divacky wrote: >> Dear current@ >> >> On June 9th, we are importing clang/LLVM into FreeBSD HEAD. > > Excellent news! :) I am in favor of this, and look forward to a day of > using a FreeBSD system compiled as much as possible wit

Re: [INFO]: import of clang/LLVM to happen on June 9th

2010-06-04 Thread Doug Barton
On 06/04/10 11:28, Andrius Morkūnas wrote: On Fri, 04 Jun 2010 20:52:32 +0300, Doug Barton wrote: Sorry I wasn't clear. I'm not talking about compiling ports with clang (which I also look forward to someday) I'm talking about installing a version of gcc from ports and using that to compile all

Re: [INFO]: import of clang/LLVM to happen on June 9th

2010-06-04 Thread Andrius Morkūnas
On Fri, 04 Jun 2010 20:52:32 +0300, Doug Barton wrote: Sorry I wasn't clear. I'm not talking about compiling ports with clang (which I also look forward to someday) I'm talking about installing a version of gcc from ports and using that to compile all the other ports. I'm even more confused no

Re: [INFO]: import of clang/LLVM to happen on June 9th

2010-06-04 Thread Doug Barton
On 06/04/10 10:44, Andrius Morkūnas wrote: On Fri, 04 Jun 2010 19:59:15 +0300, Doug Barton wrote: 2. Publish instructions on how to set up a different compiler for ports. There's really no nice way to do it right now. We'll probably put something on the wiki page[1], but there's only so much

Re: [INFO]: import of clang/LLVM to happen on June 9th

2010-06-04 Thread Andrius Morkūnas
On Fri, 04 Jun 2010 19:59:15 +0300, Doug Barton wrote: 2. Publish instructions on how to set up a different compiler for ports. There's really no nice way to do it right now. We'll probably put something on the wiki page[1], but there's only so much we can do when ports don't expect compiler t

Re: [INFO]: import of clang/LLVM to happen on June 9th

2010-06-04 Thread Justin Hibbits
On Fri, Jun 4, 2010 at 11:26 AM, Roman Divacky wrote: > Dear current@ > > On June 9th, we are importing clang/LLVM into FreeBSD HEAD. We are going > to import clang/LLVM sources and put those into contrib/llvm (~45MB) and > the build infrastructure for it (lib/clang and usr.bin/clang). There's >

Re: [INFO]: import of clang/LLVM to happen on June 9th

2010-06-04 Thread Steve Kargl
On Fri, Jun 04, 2010 at 09:59:15AM -0700, Doug Barton wrote: > On 06/04/10 08:26, Roman Divacky wrote: > >Dear current@ > > > >On June 9th, we are importing clang/LLVM into FreeBSD HEAD. > > Excellent news! :) I am in favor of this, and look forward to a day of > using a FreeBSD system compiled

Re: [INFO]: import of clang/LLVM to happen on June 9th

2010-06-04 Thread Doug Barton
On 06/04/10 08:26, Roman Divacky wrote: Dear current@ On June 9th, we are importing clang/LLVM into FreeBSD HEAD. Excellent news! :) I am in favor of this, and look forward to a day of using a FreeBSD system compiled as much as possible with clang. During the ongoing discussion there were

[INFO]: import of clang/LLVM to happen on June 9th

2010-06-04 Thread Roman Divacky
Dear current@ On June 9th, we are importing clang/LLVM into FreeBSD HEAD. We are going to import clang/LLVM sources and put those into contrib/llvm (~45MB) and the build infrastructure for it (lib/clang and usr.bin/clang). There's also a small patch to hook it into the build. This patch is attache