Enable -fprofile-reproducible=parallel-runs for profiledbootstrap.
authorMartin Liska <mliska@suse.cz>
Fri, 22 Jan 2021 14:36:11 +0000 (15:36 +0100)
committerMartin Liska <mliska@suse.cz>
Mon, 25 Jan 2021 12:31:05 +0000 (13:31 +0100)
ChangeLog:

PR gcov-profile/98739
* Makefile.in: Enable -fprofile-reproducible=parallel-runs
for profiledbootstrap.

Makefile.in

index 247cb9c87116043728f1e9504a2e715a850ab8ee..03785200dc71a85975442cc1938f0d9a54639aa3 100644 (file)
@@ -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
+STAGEfeedback_CFLAGS = $(STAGE4_CFLAGS) -fprofile-use -fprofile-reproducible=parallel-runs
 STAGEfeedback_TFLAGS = $(STAGE4_TFLAGS)
 
 STAGEautoprofile_CFLAGS = $(STAGE2_CFLAGS) -g