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,take2] Make LTO plugin object-file-format- and host- independent.


On 06/10/2010 19:33, Richard Henderson wrote:
>> +  # ELF platforms build the lto-plugin when GOLD is in use.
>> +  build_lto_plugin=${ENABLE_GOLD}
> 
> I won't hold up your patch based on it, but I'd like to not
> tie build_lto_plugin to gold even for elf.  Your gnu-ld patch
> should enable lto for the elf targets that havn't been ported
> to gold.

  It's certainly part of the long-term plan that that should work, but for now
I didn't want to change the existing behaviour on targets I'm not directly
working on and can't personally promise to make work in the immediate future.

> It looks as if you've addressed the rest of the configuration
> feedback you received in v1.

  I certainly hope so, that was my intent.

> Patch is ok.

  Thanks :)

    cheers,
      DaveK


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