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]

[Ada/PATCH] fix -j3 building


I noticed this while trying to compile a new version of gnat1 to debug
a bug. Basically seh_init.c is missing dependencies which causes us to
try to build seh_init.o before creating config.h and we pick up the wrong
config.h (the one from intl directory).


OK? Built gnat1 with no problems with this patch.

Thanks,
Andrew Pinski

ChangeLog:

* Make-lang.in (ada/seh_init.o): Add the dependancies.

Attachment: temp.diff.txt
Description: Text document


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