Commit 5e490f2a by John David Anglin Committed by John David Anglin

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
parent 50bbeefb
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.
......
......@@ -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; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment