cmake, ldc, and cross compiling

Jacob Carlborg doob at me.com
Thu Jan 23 11:18:24 PST 2014


On 2014-01-23 17:53, Dan Olson wrote:

> Hi Jacob,
>
> I have not updated OSX in a while, at 10.8.5, but I have a fairly recent
> Xcode at 5.0.2.

Same here.

> $ type clang
> clang is /usr/bin/clang
>
> $ clang --version
> Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
> Target: x86_64-apple-darwin12.5.0
> Thread model: posix
>
> $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --version
> Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
> Target: x86_64-apple-darwin12.5.0
> Thread model: posix

Hmm, that must have happened quite recently. I have the same version.

-- 
/Jacob Carlborg


More information about the digitalmars-d-ldc mailing list