]> git.ipfire.org Git - people/ms/gcc.git/commit
Add `+' for Jobserver Integration
authorGiuliano Belinassi <giuliano.belinassi@usp.br>
Tue, 18 Aug 2020 00:11:01 +0000 (21:11 -0300)
committerGiuliano Belinassi <giuliano.belinassi@usp.br>
Thu, 20 Aug 2020 19:51:07 +0000 (16:51 -0300)
commit2f8fdee3a35f691e9a190b0e83fa0310a8250012
tree05a57897287467b613119094609aba8f0e42d9aa
parent82d1c7e47a05fcfb7bd64e534b7e98d055047e72
Add `+' for Jobserver Integration

GNU Make expects that a `+' token is present on the beggining of the
rule command if it wants to interact with the Jobserver [1]. This commit
add such token for the Makefiles in GCC.

[1] https://www.gnu.org/software/make/manual/html_node/POSIX-Jobserver.html#POSIX-Jobserver

gcc/ChangeLog:
intl/ChageLog:
libbacktrace/ChangeLog:
libcpp/ChangeLog:
libdecnumber/ChangeLog:
libiberty/ChangeLog:
zlib/ChangeLog:

2020-08-20  Giuliano Belinassi  <giuliano.belinassi@usp.br>

* Makefile.in: Use `+' on rule calling GCC.
gcc/Makefile.in
intl/Makefile.in
libbacktrace/Makefile.in
libcpp/Makefile.in
libdecnumber/Makefile.in
libiberty/Makefile.in
zlib/Makefile.in