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

Damjan Marion damjan.marion at gmail.com
Mon Jun 20 07:39:42 PDT 2011


On Jun 20, 2011, at 4:20 PM, Joerg Sonnenberger wrote:

> 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.

Yes, I submitted patch to implement the same on Darwin and FreeBSD based on your code,
however it is after 2 months still in NEW state. I would like to know 
if there is anything else I can do to help getting this into SVN.

Thanks,


[1] http://llvm.org/bugs/show_bug.cgi?id=9777



More information about the cfe-dev mailing list