This is the mail archive of the gcc-patches@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: Parallel build on SMP is even more broken.


H.J., the problem you are seeing is actually caused by a typo in
the list of dependencies:

>  bootstrap-lean_g:  bootstrap-lean_f stage_e
>  bootstrap-lean: force bootstrap-lean_f
					^

This should be bootstrap-lean_g, of course ;-) I just checked in a
patch for this.

Cheers.

l8er
manfred

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