svn commit: r226475 - head/lib/clang

Dimitry Andric dim at FreeBSD.org
Tue Oct 18 11:16:48 UTC 2011


On 2011-10-18 12:43, Nali Toja wrote:
...
>>> -CFLAGS+=-DLLVM_HOSTTRIPLE=\"${TARGET_ARCH:C/amd64/x86_64/}-unknown-freebsd9.0\"
>>> +CFLAGS+=-DLLVM_HOSTTRIPLE=\"${TARGET_ARCH:C/amd64/x86_64/}-unknown-freebsd10.0\"
>> I think this results in __FreeBSD__ macro being defined as `1' and
>> subsequently breaking clangworld where its value is used, e.g.
> And it builds successfully with the following bandaid.

Thanks for reporting this, I'll commit a proper fix later today.

I've also sent it upstream, hopefully it will make the 3.0 release. :)


More information about the svn-src-head mailing list