<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 26 November 2013 17:40, Sean Silva <span dir="ltr"><<a href="mailto:chisophugis@gmail.com" target="_blank">chisophugis@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_extra">As you can see, it chose the platform assembler, which is x86_64-only, not a cross-assembler. That's the hint that Clang didn't find your cross-binutils.</div>
</div></blockquote><div><br></div></div><div>Out of curiosity, can't clang do the assembly itself in this case?</div></div></div></div></blockquote><div><br></div><div>It can, but you need to use -integrated-as, because that's not the default yet. (some missing features).</div>
<div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div class="im"><div><span style="color:rgb(34,34,34)">(but at least in LLVM's case, it would be a conscious tradeoff, while IIRC the GNU toolchain simply can't be built in a way that targets all of them from a single binary).</span></div>
</div></div></div></div></blockquote><div><br></div><div>Exactly!</div><div></div></div><br></div><div class="gmail_extra">I only build the ARM back-end on my bots because I don't really care for the rest, but I know I can, if I really want to.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">cheers,</div><div class="gmail_extra">--renato</div></div>