On Sat, Feb 27, 2021 at 11:01 PM Mike Frysinger wrote: > > On 19 Dec 2020 10:10, H.J. Lu via Gdb-patches wrote: > > --- a/Makefile.in > > +++ b/Makefile.in > > > > +PGO_BUILD_TRAINING_FLAGS_TO_PASS = \ > > + PGO_BUILD_TRAINING=yes \ > > + CFLAGS_FOR_TARGET="$(PGO_BUILD_TRAINING_CFLAGS)" \ > > + CXXFLAGS_FOR_TARGET="$(PGO_BUILD_TRAINING_CXXFLAGS)" > > + > > +# Ignore "make check" errors in PGO training runs. > > +PGO_BUILD_TRAINING_MFLAGS = -i > > these lines are in Makefile.in but not Makefile.tpl. so regenerating > the file causes them to be removed. can you take a look please ? > I checked in this patch as an obvious change. Thanks. -- H.J.