This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: RFA/RFC: Enable both gold and ld in a single toolchain
On Thu, Mar 11, 2010 at 6:45 AM, Nick Clifton <nickc@redhat.com> wrote:
> Hi Guys,
>
> ?OK - I have revised the patch yet again. ?This version uses H.J.'s name for
> the bfd based linker (ld.bfd) and changes the switches that selects between
> gold and ld.bfd to be -fuse-gold and -fuse-ld (or -fuse-ld.bfd).
-fuse-ld is misleading. ld may be gold. How about "-fuse-ld=[gold|bfd]" which
is consistent with linker names and configure options.
H.J.
---