[cfe-dev] ccc-gcc-name equivalent to call as and ld directly

Joerg Sonnenberger joerg at britannica.bec.de
Mon Jun 20 07:20:20 PDT 2011


On Fri, Jun 17, 2011 at 04:05:51PM +0200, Damjan Marion wrote:
> There is ccc-gcc-name clang parameter which allows specifying custom
> gcc to be used for assembling and linking. This is quite useful when
> cross-compiling for different architecture.

I strongly suggest you look at the cross-compiling changes I did for
NetBSD. Essentially, it is looking for ${TARGET}-as and ${TARGET}-ld
first.

Joerg



More information about the cfe-dev mailing list