On 26 Jan 2021, Andreas Schwab outgrape: > On Jan 26 2021, Nick Alcock via Gcc-patches wrote: > >> diff --git a/Makefile.in b/Makefile.in >> index 03785200dc7..d8a94c4173d 100644 >> --- a/Makefile.in >> +++ b/Makefile.in >> @@ -565,7 +565,7 @@ STAGEprofile_TFLAGS = $(STAGE2_TFLAGS) >> STAGEtrain_CFLAGS = $(filter-out -fchecking=1,$(STAGE3_CFLAGS)) >> STAGEtrain_TFLAGS = $(filter-out -fchecking=1,$(STAGE3_TFLAGS)) >> >> -STAGEfeedback_CFLAGS = $(STAGE4_CFLAGS) -fprofile-use >> -fprofile-reproducible=parallel-runs >> +STAGEfeedback_CFLAGS = $(STAGE4_CFLAGS) -fprofile-use > > Where does this come from?
Arggh. I just did an autogen Makefile.def and trusted that only the necessary stuff would change. I should have looked more closely. I'll repost and drop that hunk, even though that means it's not the same thing that autogen emits.