[LLVMdev] Compiling LLVM w/ Clang for ARMv7 and ARMv6 archs from a i386 OSX machine
Jim Grosbach
grosbach at apple.com
Mon Sep 26 11:01:21 PDT 2011
On Sep 22, 2011, at 11:51 AM, Eric Christopher wrote:
>
> On Sep 22, 2011, at 11:47 AM, Valentin Radu wrote:
>
>> checking for armv7-apple-darwin-clang... no
>> checking for armv7-apple-darwin-llvm-gcc... no
>> checking for armv7-apple-darwin-gcc... no
>
> It's because you don't have a compiler around that targets arm by default.
Exactly right.
You can look in the build_llvm script for an ugly-but-effective way to work around that on Darwin.
-Jim
More information about the llvm-dev
mailing list