<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jan 14, 2009, at 12:44 PM, Graham Wakefield wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">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 <span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 10px; white-space: pre; ">"/Developer/SDKs/MacOSX10.4u.sdk"<span class="Apple-style-span" style="font-family: Helvetica; font-size: 12px; white-space: normal; ">? </span></span><div><br></div></div></blockquote>Try 'make UNIVERSAL_SDK_PATH=/Developer/SDKs/MacOSX10.4u.sdk/'.</div><div><br></div><div>There are some comments in llvm/Makefile.rules that can help,</div><div><br></div><div>-Chris</div></body></html>