Clang now builds world and kernel, on i386 and amd64

Renato Botelho rbgarga at gmail.com
Wed Sep 29 11:25:40 UTC 2010


On Wed, Sep 29, 2010 at 3:58 AM, Garrett Cooper <gcooper at freebsd.org> wrote:
> On Tue, Sep 28, 2010 at 11:43 PM, Dimitry Andric <dim at freebsd.org> wrote:
>> On 2010-09-29 02:28, Derek Tattersall wrote:
>>>
>>> A test shell script using mktemp (1) works fine on current built with
>>> clang today.  The clang case produces a filename with all "A"'s rather
>>> than the random letters expected.
>>
>> I cannot reproduce this on a system compiled entirely with clang:
>>
>> $ mktemp foo.XXXXXX
>> foo.MyUM5k
>> $ mktemp foo.XXXXXX
>> foo.YidMeT
>> $ mktemp foo.XXXXXX
>> foo.L27Cfz
>> $ mktemp foo.XXXXXX
>> foo.k3haLx
>>
>> ... and so on.  Can you post that test script, please?
>
> Please note your CPUTYPE and CFLAGS (for both those that had a problem
> and those that didn't) there might be some evidence in there that
> would help to resolve this issue with clang.

I just have this on my src.conf:

.if !defined(CC) || ${CC} == "cc"
CC=clang
.endif
.if !defined(CXX) || ${CXX} == "c++"
CXX=clang++
.endif
# Don't die on warnings
NO_WERROR=
WERROR=

-- 
Renato Botelho


More information about the freebsd-current mailing list