Re: Magic incantation for running multilib testsuite.

2008-01-28 Thread Ben Elliston
On Sun, 2008-01-27 at 00:17 +0100, Matthias Klose wrote: > when running with make -j, the testsuite is still run sequentially for > each pass; is there a way to run the passes in parallel? I always refer to this snippet in gcc/Makefile.in to remind myself: # The idea is to parallelize testing of

Re: Magic incantation for running multilib testsuite.

2008-01-27 Thread Matthias Klose
Kaveh R. GHAZI writes: > On Sun, 27 Jan 2008, Matthias Klose wrote: > > > David Daney writes: > > > I have tried several times (and failed) to run the GCC testsuite on > > > multilib targets (x86-64 and mips64) and have not been able to figure > > > out how to get more that a single multilib confi

Re: Magic incantation for running multilib testsuite.

2008-01-26 Thread Kaveh R. GHAZI
On Sun, 27 Jan 2008, Matthias Klose wrote: > David Daney writes: > > I have tried several times (and failed) to run the GCC testsuite on > > multilib targets (x86-64 and mips64) and have not been able to figure > > out how to get more that a single multilib configuration to be tested. > > The inst

Re: Magic incantation for running multilib testsuite.

2008-01-26 Thread Matthias Klose
David Daney writes: > I have tried several times (and failed) to run the GCC testsuite on > multilib targets (x86-64 and mips64) and have not been able to figure > out how to get more that a single multilib configuration to be tested. > The instructions on http://gcc.gnu.org/install/test.html are

Re: Magic incantation for running multilib testsuite.

2008-01-26 Thread David Daney
Andreas Schwab wrote: > David Daney <[EMAIL PROTECTED]> writes: > > >> $ make -k check RUNTESTFLAGS="--target_board=unix/{,-m32}" >> >> But that only ends up running unix/-m32 >> > > You need to add more quotes: > > $ make -k check RUNTESTFLAGS="--target_board=unix/\{,-m32\}" > > The flag

Re: Magic incantation for running multilib testsuite.

2008-01-26 Thread Peter Bergner
On Sat, 2008-01-26 at 08:39 -0800, David Daney wrote: > I have tried several times (and failed) to run the GCC testsuite on > multilib targets (x86-64 and mips64) and have not been able to figure > out how to get more that a single multilib configuration to be tested. > The instructions on http:/

Re: Magic incantation for running multilib testsuite.

2008-01-26 Thread Andreas Schwab
David Daney <[EMAIL PROTECTED]> writes: > $ make -k check RUNTESTFLAGS="--target_board=unix/{,-m32}" > > But that only ends up running unix/-m32 You need to add more quotes: $ make -k check RUNTESTFLAGS="--target_board=unix/\{,-m32\}" The flags are passed unquoted to runtest, thus the shell w