Date: Thu, 10 Mar 2016 20:23:11 -0800 From: "Chris H" <bsd-lists@bsdforge.com> To: "FreeBSD toolchain" <freebsd-toolchain@freebsd.org> Subject: How to insist on only clang, for world/kernel? Message-ID: <f67963855f38c31036c58db30c2612cb@ultimatedns.net>
next in thread | raw e-mail | index | archive | help
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 too many possibilities to be sure. So I'm here to beg for the answer. The most likely candidates I have so far FAVORITE_COMPILER=clang MAKE_COMPILER_TYPE=clang WITH_CLANG=true CC=clang CXX=clang++ CPP=clang-cpp Thanks you. --Chris --
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f67963855f38c31036c58db30c2612cb>