On Mon, 2 Dec 2019, Ian Lance Taylor wrote: > > gcc/testsuite/ > > * lib/gcc-defs.exp (gcc-set-multilib-library-path): Use > > `-print-file-name=' to determine the multilib root directory. > > Use `remote_exec host' rather than `exec' to invoke the > > compiler. > > This patch is for better Go support but the patch is to generic code. > The patch is fine with me but should ideally be reviewed by a > testsuite maintainer.
I agree. I have cc-ed you to keep you in the circle and I have added the testsuite people now too, but ultimately I think it's Richard who might be the best person to look into it as he's been highly skilled in this area and he has also dealt with this particular piece in the past. Richard, would you be able to find a few cycles and be kind enough to look into it? I'm somewhat surprised it's only libgo that suffers from the lack of run-time library paths in my setup where a random copy of `libgcc_s' is not already present in the environment, but maybe no other target library test suite pulls `libgcc_s' with any of its tests. Maciej