On Fri, Mar 13, 2009 at 8:41 PM, Zack Weinberg <span dir="ltr"><<a href="mailto:zackw@panix.com">zackw@panix.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 - I assume I need a cross-assembler and -linker.  Will GNU binutils<br>
in cross-architecture mode work for that?  How do I persuade it to use<br>
them?  It seems to be setting itself up to feed Alpha code to "as"<br>
instead of "<target-triplet>-as" which isn't going to work.</blockquote><div><br>You'll need to configure llvm-gcc with these flags:<br><br>--with-as=[path-to-your-as]<br>--with-ld=[path-to-your-ld]<br>
<br>You'll also need to have system headers for your target platform ready and specify them in<br><br>--with-sysroot=[path]<br><br>when you're configuring llvm-gcc.<br></div></div>