[PATCH] MachO-embedded: refactor Clang to use "*-*-unknown-macho" triple

Tim Northover t.p.northover at gmail.com
Wed Dec 18 11:55:23 PST 2013


>   I suppose none-eabi produces ELF by default, and there's no way of changing the object format.

Also, the current meaning of "-eabi" (basically the only thing
distinguishing it from "-gnueabi" that I know of) is that it uses
__aeabi_* libcalls, but we don't want that.

Cheers.

Tim.



More information about the cfe-commits mailing list