Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2013 15:42:16 +0400
From:      Lev Serebryakov <lev@FreeBSD.org>
To:        Sean Bruno <sean_bruno@yahoo.com>
Cc:        "freebsd-current@freebsd.org" <freebsd-current@freebsd.org>
Subject:   Re: Doing it wrong:  Building world with lang/clang-devel
Message-ID:  <1739775195.20130921154216@serebryakov.spb.ru>
In-Reply-To: <1379702370.2402.3.camel@localhost>
References:  <1379702370.2402.3.camel@localhost>

index | next in thread | previous in thread | raw e-mail

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.

-- 
// Black Lion AKA Lev Serebryakov <lev@FreeBSD.org>



help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1739775195.20130921154216>