[LLVMdev] llvm-gcc 4.0 question

Devang Patel devang.patel at gmail.com
Mon Feb 1 13:59:24 PST 2010


On Sun, Jan 31, 2010 at 12:25 AM, Jose Rangel <jrangel at arxan.com> wrote:
>
> Thanks for responding, Duncan, and clarifying that y'all need more info
> to help.
>
> I'm trying to compile binaries on os x 10.5.8 intel hardware that are
> compatible on ppc os x 10.4.
>
> When I include various flags to llvm-gcc, including: -m32 -arch ppc
> -isysroot /Developer/SDKs/MacOS10.4u.sdk -mmacosx-version-min=10.4
>
> I am seeing errors when compiling using llvm-gcc 4.2.

This is expected because 10.4u.sdk was not updated to support llvm-gcc.

-
Devang



More information about the llvm-dev mailing list