From 6bf644d1baab780dbe9e83f1713a47852ad64457 Mon Sep 17 00:00:00 2001 From: walt Date: Sat, 19 Nov 2016 02:28:00 +0000 Subject: TILEPro: force gcc to link against libgcc.a when creating shared libraries. * config.host (tilepro*-*-linux*): Add t-slibgcc-libgcc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@242615 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgcc/ChangeLog | 4 ++++ libgcc/config.host | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'libgcc') diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index aff110d7916..6f985239dff 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2016-11-18 Walter Lee + + * config.host (tilepro*-*-linux*): Add t-slibgcc-libgcc to tmake_file. + 2016-11-17 Andrew Senkevich * config/i386/cpuinfo.c (processor_features): Add diff --git a/libgcc/config.host b/libgcc/config.host index 64beb219f31..e7e5413f0d5 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -1267,7 +1267,7 @@ tilegx*-*-linux*) md_unwind_header=tilepro/linux-unwind.h ;; tilepro*-*-linux*) - tmake_file="${tmake_file} tilepro/t-crtstuff t-softfp-sfdf t-softfp tilepro/t-tilepro" + tmake_file="${tmake_file} tilepro/t-crtstuff t-softfp-sfdf t-softfp tilepro/t-tilepro t-slibgcc-libgcc" md_unwind_header=tilepro/linux-unwind.h ;; v850*-*-*) -- cgit v1.2.3