aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorWalter Lee <walt@tilera.com>2016-11-19 02:28:00 +0000
committerWalter Lee <walt@gcc.gnu.org>2016-11-19 02:28:00 +0000
commit7a384912f9f80b69d7b0857f1bb1f722203f3e2d (patch)
tree5d30fdaf8c4dbd4af40dc052a0d1e84e4abac8ed /libgcc
parent5a2cb4f3ed2caa2c9a1995f24edc373c03b07ece (diff)
downloadgcc-7a384912f9f80b69d7b0857f1bb1f722203f3e2d.zip
gcc-7a384912f9f80b69d7b0857f1bb1f722203f3e2d.tar.gz
gcc-7a384912f9f80b69d7b0857f1bb1f722203f3e2d.tar.bz2
TILEPro: force gcc to link against libgcc.a when creating shared
libraries. * config.host (tilepro*-*-linux*): Add t-slibgcc-libgcc. From-SVN: r242615
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 aff110d..6f98523 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 64beb21..e7e5413 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*-*-*)