This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: make -j broken


> 
> It would be very nice for those of us with multiprocessor systems if, e.g.,
> 
> % make -j bootstrap >& ERRS &
> 
> worked to build egcs.  I've never had this work (I tried today with
> the latest mainline code), but it would really cut down on the wall-clock
> times for compiles.
> 
> Brad Lucier    lucier@math.purdue.edu
> 

"make -j" specifies the top-level make do parallel builds. If you look
at the top-level makefile, it just builds the various stages of gcc,
which are serially dependent on each other, so they can't be built
in parallel.

Toshi



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]