This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Sequential build of libjava
- From: Brad Lucier <lucier at math dot purdue dot edu>
- To: tromey at redhat dot com
- Cc: lucier at math dot purdue dot edu (Brad Lucier), gcc at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: Thu, 5 Sep 2002 13:48:31 -0500 (EST)
- Subject: Re: Sequential build of libjava
>
> >>>>> "Brad" == Brad Lucier <lucier@math.purdue.edu> writes:
>
> Brad> It takes forever to build libjava on sparcv9-sun-solaris2.8,
> Brad> even with make -j 8, since it seems to be done serially, e.g.,
> Brad> in
>
> What parts seem to be done serially?
I don't quite understand the question---all the files in libjava (multilibed)
seem to be built serially.
> You quoted the build of prims.cc. But I think that should run in
> parallel with the other .cc builds.
OK, but that's not what's happening.
Brad