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]
Other format: [Raw text]

Re: [PATCH][gcc-4.9.0] gcc/Makefile.in: fix parallel building failure


>>>>> "Hongxu" == Hongxu Jia <hongxu.jia@windriver.com> writes:

Hongxu> I tests on 4.10 (gcc-4.10-20140720), and this issue still existed.

It seems to me that the "generated_files" code should handle this:

    generated_files = config.h tm.h $(TM_P_H) $(TM_H) multilib.h \
    [...]
    $(ALL_HOST_OBJS) : | $(generated_files)

That's the way it is supposed to work anyhow.

Tom


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