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

[PATCH] gcov: Respect tripplet when looking for gcov

2022-09-09 Thread Torbjörn SVENSSON via Gcc-patches
When testing a cross toolchain outside the build tree, the binary name for gcov is prefixed with the tripplet. gcc/testsuite/ChangeLog: * g++.dg/gcov/gcov.exp: Respect tripplet when looking for gcov * gcc.misc-tests/gcov.exp: Likewise Signed-off-by: Torbjörn SVENSSON --- gcc/te