svn commit: r222183 - head/lib/clang

Dimitry Andric dim at FreeBSD.org
Mon May 23 19:48:34 UTC 2011


On 2011-05-22 23:30, Mark Linimon wrote:
> On Sun, May 22, 2011 at 10:22:56PM +0200, Roman Divacky wrote:
>> The problem here is deeper in my opinion. What FreeBSD calls
>> amd64 the rest of the world (ie. linux) calls x86_64, I think
>> that instead of this we should teach llvm/clang about "amd64".
>> Maybe as a FreeBSD-only diff.
>
> If we move away from "amd64", we are going to need a _substantial_ amount
> of work on ports.

Note, this commit was *only* to set clang's compiled-in default arch on
amd64, to make sure clang selects the correct target CPU when it
generates code.

This should not influence too many configure scripts, unless they
foolishly grep around in "$CC -v" output... ;)


More information about the svn-src-head mailing list