]> git.ipfire.org Git - thirdparty/gcc.git/commit - Makefile.tpl
Fix autoprofiledbootstrap build
authorEugene Rozenfeld <erozen@microsoft.com>
Mon, 21 Nov 2022 21:33:38 +0000 (13:33 -0800)
committerEugene Rozenfeld <erozen@microsoft.com>
Fri, 28 Apr 2023 20:15:33 +0000 (13:15 -0700)
commit0c77a0909456034d34036aa22a8dfcf0258cfa2d
tree9dd6aee44439480c4c858d250b1d9156ed746c48
parent065be0ffbcd676b635d492f4679e635b6ece4fe4
Fix autoprofiledbootstrap build

1. Fix gcov version
2. Merge perf data collected when compiling the compiler and runtime libraries
3. Fix documentation typo

Tested on x86_64-pc-linux-gnu.

ChangeLog:

* Makefile.in: Define PROFILE_MERGER
* Makefile.tpl: Define PROFILE_MERGER

gcc/c/ChangeLog:

* Make-lang.in: Merge perf data collected when compiling cc1 and runtime libraries

gcc/cp/ChangeLog:

* Make-lang.in: Merge perf data collected when compiling cc1plus and runtime libraries

gcc/lto/ChangeLog:

* Make-lang.in: Merge perf data collected when compiling lto1 and runtime libraries

gcc/ChangeLog:

* doc/install.texi: Fix documentation typo
Makefile.in
Makefile.tpl
gcc/c/Make-lang.in
gcc/cp/Make-lang.in
gcc/doc/install.texi
gcc/lto/Make-lang.in