[cfe-commits] [PATCH] Improved cross-compiling support for calling helper programs

Joerg Sonnenberger joerg at britannica.bec.de
Thu Mar 17 14:24:47 PDT 2011


Hi all,
the attached patch changes the driver to look for "x86_64--netbsd-ld"
and "x86_64--netbsd-as" when compiling for x86_64--netbsd as target
triple. If they can't be found, it falls back to the normal "ld" and
"as" lookup. This simplifies the cross compiling setup quite a bit.
What other platforms are interested in this behavior?

Joerg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cross-driver.diff
Type: text/x-diff
Size: 1736 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110317/e820d79c/attachment.diff>


More information about the cfe-commits mailing list