Re: [PATCH] gcov: Respect tripplet when looking for gcov

2022-09-09 Thread Rainer Orth
Hi Torbjörn, > When testing a cross toolchain outside the build tree, the binary name > for gcov is prefixed with the tripplet. here and below: the beast is called triplet. > gcc/testsuite/ChangeLog: > > * g++.dg/gcov/gcov.exp: Respect tripplet when looking for gcov > * gcc.misc-

Re: [PATCH] gcov: Respect tripplet when looking for gcov

2022-09-09 Thread Martin Liška
On 9/9/22 12:27, Torbjörn SVENSSON wrote: > When testing a cross toolchain outside the build tree, the binary name > for gcov is prefixed with the tripplet. Ok, thanks! Martin > > gcc/testsuite/ChangeLog: > > * g++.dg/gcov/gcov.exp: Respect tripplet when looking for gcov > * gc