Re: [PATCH] [LIBPHOBOS] Fix multi-lib RUNTESTFLAGS handling

2019-10-30 Thread Thomas Schwinge
-pc-linux-gnu. >> Is it OK for trunk? > > OK. The very same problem existed since the beginning of D language support in GCC, so I backported this to gcc-9-branch in r277611 "[LIBPHOBOS] Fix multi-lib RUNTESTFLAGS handling", see attached. Grüße Thomas From 2dba914d0a00623209ce8f9

Re: [PATCH] [LIBPHOBOS] Fix multi-lib RUNTESTFLAGS handling

2019-09-03 Thread Iain Buclaw
On Tue, 3 Sep 2019 at 08:10, Bernd Edlinger wrote: > > Hi, > > > I've noticed that testing libphobos fails for multi-lib configs: > > $ make check-target-libphobos RUNTESTFLAGS="--target_board=unix\{-m32,\}" > > fails for every 32bit execution, because the host libgcc_s.so is used which > is not t

[PATCH] [LIBPHOBOS] Fix multi-lib RUNTESTFLAGS handling

2019-09-02 Thread Bernd Edlinger
Hi, I've noticed that testing libphobos fails for multi-lib configs: $ make check-target-libphobos RUNTESTFLAGS="--target_board=unix\{-m32,\}" fails for every 32bit execution, because the host libgcc_s.so is used which is not the correct version: spawn [open ...] ./test_aa.exe: /lib/i386-linux