summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2021-03-11 16:17:41 +0100
committerMartin Liska <mliska@suse.cz>2021-03-11 16:18:56 +0100
commit04638a813c30f699e49d9ad2e06262cc3c4cb804 (patch)
tree7bd0ba71fe6bf2a23a778b17b85cb2853312657f /Makefile.tpl
parent3b938c64f775eafd977f79c4f3038082ae7e0127 (diff)
downloadgcc-04638a813c30f699e49d9ad2e06262cc3c4cb804.tar.gz
Add -fprofile-reproducible=parallel-runs to STAGEfeedback_CFLAGS to Makefile.tpl.
ChangeLog: * Makefile.tpl: The change was done Makefile.in which is generated file.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 3b88f351d5b..6e0337fb48f 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -488,7 +488,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