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
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
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
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
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
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:/
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