From: John David Anglin Date: Sun, 6 Nov 2011 19:24:19 +0000 (+0000) Subject: re PR other/50991 (crtstuff.c:65:23: fatal error: libgcc_tm.h: No such file or direc... X-Git-Tag: releases/gcc-4.7.0~2442 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e490f2a35ed25afc325d0162b7579f2536577e7;p=thirdparty%2Fgcc.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 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index ae5e4636c649..6061457720a3 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,9 @@ +2011-11-06 John David Anglin + + PR other/50991 + * Makefile.in: Make EXTRA_PARTS depend on libgcc_tm.h instead of + extra-parts. + 2011-11-05 Joern Rennecke * config.host (epiphany-*-elf*): New configuration. diff --git a/libgcc/Makefile.in b/libgcc/Makefile.in index 8f0c02ff3ec0..3a8509d118c2 100644 --- a/libgcc/Makefile.in +++ b/libgcc/Makefile.in @@ -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; \