From: Martin Liska Date: Fri, 22 Jan 2021 14:36:11 +0000 (+0100) Subject: Enable -fprofile-reproducible=parallel-runs for profiledbootstrap. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e05a117dc4b98f3ac60851608f532ba7cee7343a;p=gcc.git Enable -fprofile-reproducible=parallel-runs for profiledbootstrap. ChangeLog: PR gcov-profile/98739 * Makefile.in: Enable -fprofile-reproducible=parallel-runs for profiledbootstrap. --- 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