RFA/RFC: Enable both gold and ld in a single toolchain

Paolo Bonzini bonzini@gnu.org
Tue Mar 9 17:13:00 GMT 2010


On 03/04/2010 08:21 PM, Nick Clifton wrote:
> When installing the two linkers
>    it is necessary to install gold before ld as otherwise the ld linker
>    will be overwritten.  Ie run:
>
>      make ... install-gold install-ld ...

Adding this to Makefile.def:

dependencies = { module=install-ld; on=install-gold; };

should make it (dependencies are not "hard" by default).

Paolo



More information about the Gcc-patches mailing list