On Tue, Nov 12, 2019 at 4:43 PM Maciej W. Rozycki <ma...@wdc.com> wrote:
>
> Pass $GOLIBS to compilation in DejaGNU testing like with direct compiler
> invocation from `libgo/testsuite/gotest', removing link problems in
> cross-toolchain testing like:
>
> .../bin/riscv64-linux-gnu-ld: _gotest_.o: in function 
> `cmd..z2fgo..z2finternal..z2fcache.Cache.get':
> .../riscv64-linux-gnu/libgo/gotest24771/test/cache.go:182: undefined 
> reference to `cmd..z2fgo..z2finternal..z2frenameio.ReadFile'
>
> due to `libgotool.a' missing from the linker invocation command and
> improving overall test results for the `riscv64-linux-gnu' target (here
> with the `x86_64-linux-gnu' host and RISC-V QEMU in the Linux user
> emulation mode as the target board) from 133 PASSes and 26 FAILs to 145
> PASSes and 29 FAILs.

Thanks.  Committed to trunk.

Ian

Reply via email to