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

From: Lev Serebryakov <lev_at_FreeBSD.org>
Date: Sat, 21 Sep 2013 15:42:16 +0400
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_at_FreeBSD.org>
Received on Sat Sep 21 2013 - 09:42:21 UTC

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