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: Enale -fno-fat-lto-objects by default


> >ltobootstrapped/regtested ppc64-linux, OK?
> 
> Ok with...

Thanks!
> 
> Fullstop removed.  Can you update changes.html with lto changes?

I sent first update this afternoon.  Will remember to add the fat-lto-objects, too.

Honza
> 
> Thanks,
> Richard.
> 
> >! }
> >if ((opts->x_flag_lto_partition_balanced != 0) +
> >(opts->x_flag_lto_partition_1to1 != 0)
> >         + (opts->x_flag_lto_partition_none != 0) >= 1)
> >      {
> >--- 806,817 ----
> >error_at (loc, "LTO support has not been enabled in this
> >configuration");
> >  #endif
> >        if (!opts->x_flag_fat_lto_objects && !HAVE_LTO_PLUGIN)
> >! 	{
> >! 	  if (opts_set->x_flag_fat_lto_objects)
> >!             error_at (loc, "-fno-fat-lto-objects are supported only
> >with linker plugin.");
> >! 	  opts->x_flag_fat_lto_objects = 1;
> >! 	}
> >!     }
> >if ((opts->x_flag_lto_partition_balanced != 0) +
> >(opts->x_flag_lto_partition_1to1 != 0)
> >         + (opts->x_flag_lto_partition_none != 0) >= 1)
> >      {
> 


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