LTO: check that make command works
authorMartin Liska <mliska@suse.cz>
Thu, 22 Oct 2020 12:07:29 +0000 (14:07 +0200)
committerMartin Liska <mliska@suse.cz>
Fri, 23 Oct 2020 07:48:10 +0000 (09:48 +0200)
commit6fade5a6044b7102758f4ca66c8715ebc12a6306
tree222c899d269ab7d39116f7917128b368b9747ee3
parent7cda498920dbf244e9e06fdb2fc710a118a8c033
LTO: check that make command works

gcc/ChangeLog:

PR lto/97524
* lto-wrapper.c (make_exists): New function.
(run_gcc): Use it to check that make is present and working
for parallel execution.
gcc/lto-wrapper.c