How to prevent use of clang && llvm?

Brooks Davis brooks at freebsd.org
Wed Feb 26 00:04:37 UTC 2014


On Tue, Feb 25, 2014 at 03:31:56PM -0800, Chris H wrote:
> Greetings,
>  I'm in the process of performing an upgrade, and ran a preliminary check
> to see what would be performed. During the process I encountered a
> dialog(1) for both clang, and llvm3. It was for textproc/clucene. Which
> wants devel/boost-libs, which depends on devel/boost-jam. I didn't require
> clang, or llvm3 with the initial install of textproc/clucene (that I can see/recall).
> But am presented with the dialog this time. I have WITHOUT_CLANG=true
> in /etc/src.conf. Do I need to also add it to /etc/make.conf? Anything else?

It looks like this is because boots requires a C++11 compiler and the
default C++11 compiler is clang.  From reading the source I deduce that
FAVORITE_COMPILER=gcc in your make.conf may achieve the effect you
require.

-- Brooks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 326 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20140225/4e6164e2/attachment.sig>


More information about the freebsd-stable mailing list