From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1062) id ED12A3858D20; Sat, 12 Aug 2023 01:02:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ED12A3858D20 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Alan Modra To: bfd-cvs@sourceware.org, gdb-cvs@sourceware.org Subject: [binutils-gdb] Fix autoprofiledbootstrap build X-Act-Checkin: binutils-gdb X-Git-Author: Eugene Rozenfeld X-Git-Refname: refs/heads/master X-Git-Oldrev: d3d2eb0cacfb6484a6252c93e644e546a6505087 X-Git-Newrev: 91c7a3089cc04de9a4b65a166ade551485c98280 Message-Id: <20230812010209.ED12A3858D20@sourceware.org> Date: Sat, 12 Aug 2023 01:02:09 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2023 01:02:10 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D91c7a3089cc0= 4de9a4b65a166ade551485c98280 commit 91c7a3089cc04de9a4b65a166ade551485c98280 Author: Eugene Rozenfeld Date: Mon Aug 7 13:07:42 2023 +0200 Fix autoprofiledbootstrap build =20 * Makefile.tpl: Define PROFILE_MERGER Diff: --- Makefile.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.tpl b/Makefile.tpl index 4450f696766..e34071a4aaf 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -497,6 +497,7 @@ PGO-TRAINING-TARGETS =3D binutils gas gdb ld sim PGO_BUILD_TRAINING =3D $(addprefix maybe-check-,$(PGO-TRAINING-TARGETS)) =20 CREATE_GCOV =3D create_gcov +PROFILE_MERGER =3D profile_merger =20 TFLAGS =3D =20 @@ -731,7 +732,8 @@ EXTRA_HOST_FLAGS =3D \ 'STRIP=3D$(STRIP)' \ 'WINDRES=3D$(WINDRES)' \ 'WINDMC=3D$(WINDMC)' \ - 'CREATE_GCOV=3D$(CREATE_GCOV)' + 'CREATE_GCOV=3D$(CREATE_GCOV)' \ + 'PROFILE_MERGER=3D$(PROFILE_MERGER)' =20 FLAGS_TO_PASS =3D $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS)