On Fri, 20 Dec 2019, Mike Stump wrote: > >> Fix a catastrophic libgo testsuite failure in cross-compilation where > >> the shared `libgcc_s' library cannot be found by the loader at run time > >> in build-tree testing and consequently all test cases fail the execution > >> stage, giving output (here with the `x86_64-linux-gnu' host and the > >> `riscv64-linux-gnu' target, with RISC-V QEMU in the Linux user emulation > >> mode as the target board) like: > >> > >> spawn qemu-riscv64 -E > >> LD_LIBRARY_PATH=.:.../riscv64-linux-gnu/lib64/lp64d/libgo/.libs ./a.exe > >> ./a.exe: error while loading shared libraries: libgcc_s.so.1: cannot open > >> shared object file: No such file or directory > >> FAIL: archive/tar > > > > Ping for: > > > > <https://gcc.gnu.org/ml/gcc-patches/2019-11/msg02610.html> > > Ok.
Applied now, thanks for your review. > Watch for any breakage. Will do. Maciej