This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Add --with-plugin-ld


On Tue, Nov 3, 2009 at 2:05 PM, Rafael Espindola <espindola@google.com> wrote:
> 2009/11/3 H.J. Lu <hongjiu.lu@intel.com>:
>> Hi,
>>
>> This patch adds --with-plugin-ld to specify the plugin linker, which
>> may be different from ld. ?Any comments?
>
> I assume this is because you have a case where you don't want to use
> gold as the regular linker, but only when handling LTO files. Is that
> the case?
>

My regular linker isn't gold. I do have gold with a different name.
I want gcc to use ld by default. But when -fuse-linker-plugin is
used, I want gcc to use gold, not ld, for plugin process.


-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]