aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorwalt <walt@138bc75d-0d04-0410-961f-82ee72b054a4>2016-11-19 02:28:00 +0000
committerwalt <walt@138bc75d-0d04-0410-961f-82ee72b054a4>2016-11-19 02:28:00 +0000
commit6bf644d1baab780dbe9e83f1713a47852ad64457 (patch)
tree5d30fdaf8c4dbd4af40dc052a0d1e84e4abac8ed /libgcc
parent4fef20e5f59cddf85284a789781157bf31a20bb7 (diff)
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
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/config.host2
2 files changed, 5 insertions, 1 deletions
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 <walt@tilera.com>
+
+ * config.host (tilepro*-*-linux*): Add t-slibgcc-libgcc to tmake_file.
+
2016-11-17 Andrew Senkevich <andrew.senkevich@intel.com>
* 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*-*-*)