<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jan 18, 2011, at 9:35 AM, Renato Golin wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>The attached patch adds support for EABI triples in LLVM (from today's<br>r123755) regarding bug #8957<br><br><a href="http://llvm.org/bugs/show_bug.cgi?id=8957">http://llvm.org/bugs/show_bug.cgi?id=8957</a><br><br>This is the LLVM part, that adds EABI, GNUEABI and GNU Environments to<br>the EnvironmentType enum, as well as support for the "none" in the<br>triple. Parsing of the "arm-none-eabi" triple is done by guessing<br>Environment from OS when OS is "none". Not the best way to do it, but<br>the triple support in LLVM is not that deterministic.<br></div></blockquote></div><br><div>You'll also want *-none-elf as well while you're doing this.</div><div><br></div><div>-eric</div></body></html>