Re: How to insist on only clang, for world/kernel?

2016-03-10 Thread Warner Losh
make buildworld WITH_CLANG=t WITH_CLANG_BOOTSTRAP=t WITHOUT_GCC=y WITHOUT_GCC_BOOTSTRAP=t WITH_CLANG_IS_CC=t make buildkernel But that's mostly default these days, so really most people get what you want by doing make buildworld buildkernel Warner On Thu, Mar 10, 2016 at 9:23 PM, Chris H

How to insist on only clang, for world/kernel?

2016-03-10 Thread Chris H
Greetings, A recent build/install world/kernel on a fresh 9-STABLE. I was surprised to see that, while clang was also built, gcc was used to perform the build for at least world. I performed some research to definitively determine the magic incantation for at least src.conf(5). However, I found