Parallel make also broken now...

Zack Weinberg zack@codesourcery.com
Tue Sep 7 18:52:00 GMT 2004


Kelley Cook <kcook@gcc.gnu.org> writes:

>> On Sep 06, 2004 06:53 PM, Zack Weinberg <zack@codesourcery.com>
>> wrote:
>>>> It breaks parallel make for me.  Changes to commands can't break
>>> parallel make; the bug is elsewhere.  Please say how it failed.
>> It breaks when building bitmap.o, but insn-conditions.h and another
>> insn-something-file were not yet generated.  Gr.  Steven
>
> Is this occuring during stage2?

No, during stage 1, and the dependencies of rtl.o and bitmap.o really
were wrong.  This is something that automatic dependency generation
would have avoided, but not much else.  Removing -DGENERATOR_FILE from
the command line causes tm.h to include more files, see.

This has, AFAIK, been corrected as best we can.  I don't really follow
the rest of your comments, so I'm not sure whether I should still file
a bug report.

zw



More information about the Gcc mailing list