Re: options for forcing use of GCC

2014-04-28 Thread Warner Losh
On Apr 27, 2014, at 10:30 AM, Ian Lepore wrote: > On Sun, 2014-04-27 at 22:25 +0800, Julian Elischer wrote: >> I need to hold off using CLANG for a while at $JOB. We are moving to a >> newer FBSD in the vicinity of 10.0 but we need to keep the gcc in hte >> picture for a bit longer before swit

Re: options for forcing use of GCC

2014-04-28 Thread Warner Losh
On Apr 28, 2014, at 11:38 AM, Ian Lepore wrote: > On Mon, 2014-04-28 at 10:04 -0600, Warner Losh wrote: >> On Apr 28, 2014, at 9:52 AM, Kevin Oberman wrote: >> >>> On Mon, Apr 28, 2014 at 7:23 AM, Ian Lepore wrote: >>> On Mon, 2014-04-28 at 22:03 +0800, Julian Elischer wrote: > On 4

Re: options for forcing use of GCC

2014-04-28 Thread Nilton Jose Rizzo
Em Mon, 28 Apr 2014 08:23:34 -0600, Ian Lepore escreveu > On Mon, 2014-04-28 at 22:03 +0800, Julian Elischer wrote: > > On 4/28/14, 8:05 PM, Ian Lepore wrote: > > > On Mon, 2014-04-28 at 14:54 +0800, Julian Elischer wrote: > > >> On 4/28/14, 12:30 AM, Ian Lepore wrote: > > >>> WITH_GCC=yes

Re: options for forcing use of GCC

2014-04-28 Thread Ian Lepore
On Mon, 2014-04-28 at 10:04 -0600, Warner Losh wrote: > On Apr 28, 2014, at 9:52 AM, Kevin Oberman wrote: > > > On Mon, Apr 28, 2014 at 7:23 AM, Ian Lepore wrote: > > > >> On Mon, 2014-04-28 at 22:03 +0800, Julian Elischer wrote: > >>> On 4/28/14, 8:05 PM, Ian Lepore wrote: > On Mon, 2014-

Re: options for forcing use of GCC

2014-04-28 Thread Warner Losh
On Apr 28, 2014, at 9:52 AM, Kevin Oberman wrote: > On Mon, Apr 28, 2014 at 7:23 AM, Ian Lepore wrote: > >> On Mon, 2014-04-28 at 22:03 +0800, Julian Elischer wrote: >>> On 4/28/14, 8:05 PM, Ian Lepore wrote: On Mon, 2014-04-28 at 14:54 +0800, Julian Elischer wrote: > On 4/28/14, 12:3

Re: options for forcing use of GCC

2014-04-28 Thread Warner Losh
On Apr 28, 2014, at 12:54 AM, Julian Elischer wrote: > On 4/28/14, 12:30 AM, Ian Lepore wrote: >> WITH_GCC=yes \ >> WITH_GNUCXX=yes \ >> WITHOUT_CLANG=yes \ >> WITHOUT_CLANG_IS_CC=yes \ > forgot to ask.. is this in /etc/make.conf? > or elsewhere? Add them to /etc/make.conf.

Re: options for forcing use of GCC

2014-04-28 Thread Kevin Oberman
On Mon, Apr 28, 2014 at 7:23 AM, Ian Lepore wrote: > On Mon, 2014-04-28 at 22:03 +0800, Julian Elischer wrote: > > On 4/28/14, 8:05 PM, Ian Lepore wrote: > > > On Mon, 2014-04-28 at 14:54 +0800, Julian Elischer wrote: > > >> On 4/28/14, 12:30 AM, Ian Lepore wrote: > > >>> WITH_GCC=yes \ > > >>>

Re: options for forcing use of GCC

2014-04-28 Thread Ian Lepore
On Mon, 2014-04-28 at 22:03 +0800, Julian Elischer wrote: > On 4/28/14, 8:05 PM, Ian Lepore wrote: > > On Mon, 2014-04-28 at 14:54 +0800, Julian Elischer wrote: > >> On 4/28/14, 12:30 AM, Ian Lepore wrote: > >>> WITH_GCC=yes \ > >>> WITH_GNUCXX=yes \ > >>> WITHOUT_CLANG=yes \ > >>> WITHOUT_

Re: options for forcing use of GCC

2014-04-28 Thread Julian Elischer
On 4/28/14, 8:05 PM, Ian Lepore wrote: On Mon, 2014-04-28 at 14:54 +0800, Julian Elischer wrote: On 4/28/14, 12:30 AM, Ian Lepore wrote: WITH_GCC=yes \ WITH_GNUCXX=yes \ WITHOUT_CLANG=yes \ WITHOUT_CLANG_IS_CC=yes \ forgot to ask.. is this in /etc/make.conf? or

Re: options for forcing use of GCC

2014-04-28 Thread Ian Lepore
On Mon, 2014-04-28 at 14:54 +0800, Julian Elischer wrote: > On 4/28/14, 12:30 AM, Ian Lepore wrote: > > WITH_GCC=yes \ > > WITH_GNUCXX=yes \ > > WITHOUT_CLANG=yes \ > > WITHOUT_CLANG_IS_CC=yes \ > forgot to ask.. is this in /etc/make.conf? > or elsewhere? Actually in our build syst

Re: options for forcing use of GCC vs CLANG

2014-04-28 Thread Ian Lepore
On Mon, 2014-04-28 at 14:47 +0800, Julian Elischer wrote: > On 4/28/14, 12:30 AM, Ian Lepore wrote: > > On Sun, 2014-04-27 at 22:25 +0800, Julian Elischer wrote: > >> I need to hold off using CLANG for a while at $JOB. We are moving to a > >> newer FBSD in the vicinity of 10.0 but we need to keep t

Re: options for forcing use of GCC

2014-04-27 Thread Julian Elischer
On 4/28/14, 12:30 AM, Ian Lepore wrote: WITH_GCC=yes \ WITH_GNUCXX=yes \ WITHOUT_CLANG=yes \ WITHOUT_CLANG_IS_CC=yes \ forgot to ask.. is this in /etc/make.conf? or elsewhere? ___ freebsd-current@freebsd.org mailing list

Re: options for forcing use of GCC vs CLANG

2014-04-27 Thread Julian Elischer
On 4/28/14, 12:30 AM, Ian Lepore wrote: On Sun, 2014-04-27 at 22:25 +0800, Julian Elischer wrote: I need to hold off using CLANG for a while at $JOB. We are moving to a newer FBSD in the vicinity of 10.0 but we need to keep the gcc in hte picture for a bit longer before switching. What options

Re: options for forcing use of GCC

2014-04-27 Thread Ian Lepore
On Sun, 2014-04-27 at 22:25 +0800, Julian Elischer wrote: > I need to hold off using CLANG for a while at $JOB. We are moving to a > newer FBSD in the vicinity of 10.0 but we need to keep the gcc in hte > picture for a bit longer before switching. What options do I put into > various /etc/make.

options for forcing use of GCC

2014-04-27 Thread Julian Elischer
I need to hold off using CLANG for a while at $JOB. We are moving to a newer FBSD in the vicinity of 10.0 but we need to keep the gcc in hte picture for a bit longer before switching. What options do I put into various /etc/make.conf to keep CLANG out ofhte picture until we are ready for it?