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