Re: How do I circumvent the use of clang during build?

2012-12-17 Thread Beeblebrox
have a look at /etc/src.conf and $ man src.cof you can set many buildworld options there. -- View this message in context: http://freebsd.1045724.n5.nabble.com/How-do-I-circumvent-the-use-of-clang-during-build-tp5769907p5770203.html Sent from the freebsd-stable mailing list archive

Re: How do I circumvent the use of clang during build?

2012-12-17 Thread Andreas Nilsson
...@berentweb.com wrote: have a look at /etc/src.conf and $ man src.cof you can set many buildworld options there. -- View this message in context: http://freebsd.1045724.n5.nabble.com/How-do-I-circumvent-the-use-of-clang-during-build-tp5769907p5770203.html Sent from the freebsd-stable mailing list

Re: How do I circumvent the use of clang during build?

2012-12-17 Thread Chris H
Greetings Beeblebrox, and thank you for your reply. have a look at /etc/src.conf and $ man src.cof you can set many buildworld options there. Good advise! Thanks. --Chris -- View this message in context: http://freebsd.1045724.n5.nabble.com/How-do-I-circumvent-the-use-of-clang-during

Re: How do I circumvent the use of clang during build?

2012-12-17 Thread Chris H
options there. -- View this message in context: http://freebsd.1045724.n5.nabble.com/How-do-I-circumvent-the-use-of-clang-during-build-tp5769907p5770203.html Sent from the freebsd-stable mailing list archive at Nabble.com. ___ freebsd-stable

How do I circumvent the use of clang during build?

2012-12-16 Thread Chris H
Greetings, I recently made a failed attempt to move from RELENG_8 to RELENG_9. I've been on BSD since the early 80's, and with the exception of a couple of failed kernels (my fault), I've never had one failure with the build(world|kernel) || install(world|kernel). The only notable difference I

Re: How do I circumvent the use of clang during build?

2012-12-16 Thread Tim Daneliuk
As I understand it, gcc is still the default on 9 - Tim Daneliuk Chris H chris#@1command.com wrote: Greetings, I recently made a failed attempt to move from RELENG_8 to RELENG_9. I've been on BSD since the early 80's, and with the exception of a couple of failed kernels (my fault), I've

Re: How do I circumvent the use of clang during build?

2012-12-16 Thread Eitan Adler
On 16 December 2012 21:17, Tim Daneliuk tun...@tundraware.com wrote: As I understand it, gcc is still the default on 9 For the build, but clang is still built. is it possible to build(world|kernel) install(world|kernel) without the clang toolchain? make -DWITHOUT_CLANG -- Eitan Adler

Re: How do I circumvent the use of clang during build?

2012-12-16 Thread Chris H
Greetings, and thank you for the response. On 16 December 2012 21:17, Tim Daneliuk tun...@tundraware.com wrote: As I understand it, gcc is still the default on 9 For the build, but clang is still built. is it possible to build(world|kernel) install(world|kernel) without the clang