> >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) > > { >