[LLVMdev] quick q configuring osx

Chris Lattner clattner at apple.com
Wed Jan 14 12:48:01 PST 2009


On Jan 14, 2009, at 12:44 PM, Graham Wakefield wrote:

> Sorry if this is a newb q... I'm developing an application on a 10.5  
> machine but want to target the 10.4 SDK. Is there a magic  
> incantation for the llvm configure script to set the sysroot path,  
> equivalent to e.g. --with-sysroot "/Developer/SDKs/MacOSX10.4u.sdk"?
>
Try 'make UNIVERSAL_SDK_PATH=/Developer/SDKs/MacOSX10.4u.sdk/'.

There are some comments in llvm/Makefile.rules that can help,

-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090114/d028f5b9/attachment.html>


More information about the llvm-dev mailing list