summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2021-01-22 15:36:11 +0100
committerMartin Liska <mliska@suse.cz>2021-01-25 13:31:05 +0100
commite05a117dc4b98f3ac60851608f532ba7cee7343a (patch)
treeee13abf31b7b67055781e41c1c2ab6e95ec716aa /Makefile.in
parent5089df534b85b795bfcdca8f4f1957ad15a60558 (diff)
downloadgcc-e05a117dc4b98f3ac60851608f532ba7cee7343a.tar.gz
Enable -fprofile-reproducible=parallel-runs for profiledbootstrap.
ChangeLog: PR gcov-profile/98739 * Makefile.in: Enable -fprofile-reproducible=parallel-runs for profiledbootstrap.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 247cb9c8711..03785200dc7 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
+STAGEfeedback_CFLAGS = $(STAGE4_CFLAGS) -fprofile-use -fprofile-reproducible=parallel-runs
STAGEfeedback_TFLAGS = $(STAGE4_TFLAGS)
STAGEautoprofile_CFLAGS = $(STAGE2_CFLAGS) -g