Re: Doing it wrong: Building world with lang/clang-devel

From: Brooks Davis <brooks_at_FreeBSD.org>
Date: Sun, 22 Sep 2013 16:53:07 -0500
On Sat, Sep 21, 2013 at 03:42:16PM +0400, Lev Serebryakov wrote:
> Hello, Sean.
> You wrote 20 ???????????????? 2013 ??., 22:39:30:
> 
> SB> wow, that didn't work at all.  :-)
> 
> SB> I set these in make.conf:
> 
> SB> CC=/usr/local/bin/clang
> SB> C++=/usr/local/bin/clang++
> SB> CPP=/usr/local/bin/clang++
> 
> SB> It exploded pretty badly:
> 
> SB> http://people.freebsd.org/~sbruno/doingitwrong.txt
> 
> SB> Any reason that this shouldn't work?
> Try
> 
> XCC=/usr/local/bin/clang
> XCXX=/usr/local/bin/clang++
> XCPP=/usr/local/bin/clang++
> COMPILER_TYPE=clang
> 
>  It should work, at least, in theory.

You will likely also need -WITHOUT_FORMAT_EXTENSIONS.

-- Brooks

Received on Sun Sep 22 2013 - 19:53:09 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:41 UTC