mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
50bbeefb4c
commit
5e490f2a35
|
|
@ -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>
|
2011-11-05 Joern Rennecke <joern.rennecke@embecosm.com>
|
||||||
|
|
||||||
* config.host (epiphany-*-elf*): New configuration.
|
* config.host (epiphany-*-elf*): New configuration.
|
||||||
|
|
|
||||||
|
|
@ -996,7 +996,7 @@ all: $(extra-parts)
|
||||||
$(libgcc-objects) $(libgcc-s-objects) $(libgcc-eh-objects) \
|
$(libgcc-objects) $(libgcc-s-objects) $(libgcc-eh-objects) \
|
||||||
$(libgcov-objects) \
|
$(libgcov-objects) \
|
||||||
$(libunwind-objects) $(libunwind-s-objects) \
|
$(libunwind-objects) $(libunwind-s-objects) \
|
||||||
$(extra-parts): libgcc_tm.h
|
$(EXTRA_PARTS): libgcc_tm.h
|
||||||
|
|
||||||
install-unwind_h:
|
install-unwind_h:
|
||||||
dest=$(gcc_objdir)/include/tmp$$$$-unwind.h; \
|
dest=$(gcc_objdir)/include/tmp$$$$-unwind.h; \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue