This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Parallel testing of multilibs
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: Parallel testing of multilibs
- From: Richard Henderson <rth at redhat dot com>
- Date: Tue, 9 Jan 2001 10:52:16 -0800
- Cc: gcc-patches at gcc dot gnu dot org
- References: <orzoh0kd60.fsf@guarana.lsd.ic.unicamp.br>
On Tue, Jan 09, 2001 at 12:33:59PM -0200, Alexandre Oliva wrote:
> I thought it would be easier and cleaner to let make take care of that,
> just like it does for builds.
A good idea.
> +$(PAR_CHECK_TARGETS:=/%): site.exp
Have you tried this with non-gnu make? Even if you're not
trying to use the parallel test target you might cause other
makes to barf on this construct.
> +# The idea is to parallelize testing of multilibs, for example:
> +# make -j3 check/gcc/sh-hms-sim/{-m1,-m2,-m3,-m3e,-m4}/{,-nofpu}
Perhaps add a target "par-check" that does the multilib
expansion for you?
r~