re PR other/50991 (crtstuff.c:65:23: fatal error: libgcc_tm.h: No such file or directory)

PR other/50991
	* Makefile.in: Make EXTRA_PARTS depend on libgcc_tm.h instead of
	extra-parts.

From-SVN: r181039
This commit is contained in:
John David Anglin 2011-11-06 19:24:19 +00:00 committed by John David Anglin
parent 50bbeefb4c
commit 5e490f2a35
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2011-11-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR other/50991
* Makefile.in: Make EXTRA_PARTS depend on libgcc_tm.h instead of
extra-parts.
2011-11-05 Joern Rennecke <joern.rennecke@embecosm.com>
* config.host (epiphany-*-elf*): New configuration.

View File

@ -996,7 +996,7 @@ all: $(extra-parts)
$(libgcc-objects) $(libgcc-s-objects) $(libgcc-eh-objects) \
$(libgcov-objects) \
$(libunwind-objects) $(libunwind-s-objects) \
$(extra-parts): libgcc_tm.h
$(EXTRA_PARTS): libgcc_tm.h
install-unwind_h:
dest=$(gcc_objdir)/include/tmp$$$$-unwind.h; \