native cc re-used after 3-stage now
H . J . Lu
hjl@valinux.com
Sun Jun 11 09:17:00 GMT 2000
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.
More information about the Gcc-bugs
mailing list