Re: [build] Support multilib testing in libgo

2011-04-22 Thread Ian Lance Taylor
Rainer Orth writes: > 2011-02-13 Rainer Orth > > * Makefile.am (CHECK): Remove -Wl,-R from $GC. > Add LD_LIBRARY_PATH. > (check): Depend on check-multi, check-tail. > (check-recursive): Depend on check-head. > (check-am): Move header, footer generation ... >

Re: [build] Support multilib testing in libgo

2011-04-19 Thread Rainer Orth
Hi Ralf, > * Rainer Orth wrote on Mon, Apr 04, 2011 at 08:19:19PM CEST: >> To avoid this mess, I'm instead setting LD_LIBRARY_PATH in CHECK. While >> this isn't exactly portable (some platforms, especially Darwin and >> HP-UX, use different variables), it's at least more widespread than -R. > > T

Re: [build] Support multilib testing in libgo

2011-04-10 Thread Ralf Wildenhues
* Rainer Orth wrote on Mon, Apr 04, 2011 at 08:19:19PM CEST: > To avoid this mess, I'm instead setting LD_LIBRARY_PATH in CHECK. While > this isn't exactly portable (some platforms, especially Darwin and > HP-UX, use different variables), it's at least more widespread than -R. Toplevel configure

[build] Support multilib testing in libgo

2011-04-04 Thread Rainer Orth
make check in libgo currently tests the default multilib only, among others because automake has no support for multilib testing. It would have to be especially careful here since for a DejaGnu testsuite, this is handled internally to dg, while for other testsuites, one needs to run make check in