diff options
author | Jeff Law <law@redhat.com> | 2017-04-07 10:11:57 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2017-04-07 10:11:57 -0600 |
commit | 29d8aae6bdb1fba656e0c4f768743015c96bc238 (patch) | |
tree | 8cbcce7780cacc35ebe1392b0958f846c0afcd4b /libgcc/Makefile.in | |
parent | 7879aabea75aaa447a6dddeb43cafb756a51388f (diff) | |
download | gcc-29d8aae6bdb1fba656e0c4f768743015c96bc238.zip gcc-29d8aae6bdb1fba656e0c4f768743015c96bc238.tar.gz gcc-29d8aae6bdb1fba656e0c4f768743015c96bc238.tar.bz2 |
Makefile.in: Swap definition of LIBGCC_LINKS and inclusion of target makefile fragment.
* Makefile.in: Swap definition of LIBGCC_LINKS and inclusion of
target makefile fragment.
* config/sh/t-sh (unwind-dw2-Os-4-200.o): Depend on LIBGCC_LINKS.
From-SVN: r246766
Diffstat (limited to 'libgcc/Makefile.in')
-rw-r--r-- | libgcc/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libgcc/Makefile.in b/libgcc/Makefile.in index f71d320..6f58fd4 100644 --- a/libgcc/Makefile.in +++ b/libgcc/Makefile.in @@ -348,8 +348,6 @@ LIBUNWIND = SHLIBUNWIND_LINK = SHLIBUNWIND_INSTALL = -tmake_file = @tmake_file@ -include $(srcdir)/empty.mk $(tmake_file) # Create links to files specified in config.host. LIBGCC_LINKS = enable-execute-stack.c unwind.h md-unwind-support.h \ @@ -366,6 +364,9 @@ sfp-machine.h: $(srcdir)/config/$(sfp_machine_header) gthr-default.h: $(srcdir)/$(thread_header) -$(LN_S) $< $@ +tmake_file = @tmake_file@ +include $(srcdir)/empty.mk $(tmake_file) + # Collect target defines and headers from config.host. libgcc_tm_defines = @tm_defines@ libgcc_tm_file = @tm_file@ |