Re: [PATCH] LTO: check that make command works

2020-10-22 Thread Jeff Law via Gcc-patches
On 10/22/20 6:56 AM, Martin Liška wrote: > Hello. > > The patch is about checking that make command exists for lto-wrapper. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? > Thanks, > Martin > > gcc/ChangeLog: > >     PR lto/97524 >   

[PATCH] LTO: check that make command works

2020-10-22 Thread Martin Liška
Hello. The patch is about checking that make command exists for lto-wrapper. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: PR lto/97524 * lto-wrapper.c (make_exists): New function.