This is the mail archive of the gcc@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: native cc re-used after 3-stage now


On Sun, Jun 11, 2000 at 06:10:46PM +0200, Toon Moene wrote:
> 
> However, I do think your message is enough for me to start building gcc
> using -j 4 on my machines - even if they're only single CPU - as this
> would give me sufficient chance to catch the real flukes (I hope).
> 
> In the end, we're also building our NWP code four-way parallel, and it
> doesn't hurt - even on the laptop I'm typing this on.
> 

Thanks for taking it up. In fact, you don't need parallel build on
a SMP machine to see the bug. Since there are no dependencies on
s-libi77, s-libf77, s-libu77 and s-libe77, with "make -j 100000" in
libf2c, GNU make will start to build s-libi77, s-libf77, s-libu77 and
s-libe77 at the same time along with other targets. Since there are
no rules for them, the build will fail.



H.J.

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