search for: 495ea1f3

Displaying 3 results from an estimated 3 matches for "495ea1f3".

2009 Jan 14
2
[LLVMdev] quick q configuring osx
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"? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jan 14
0
[LLVMdev] quick q configuring osx
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
2009 Jan 14
2
[LLVMdev] quick q configuring osx
...min" (either using the gcc flag - mmacosx-version-min=10.4 or using the MACOSX_DEPLOYMENT_TARGET env var) env MACOSX_DEPLOYMENT_TARGET=10.4 make -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090114/495ea1f3/attachment.html>