diff options
author | Walter Lee <walt@tilera.com> | 2016-11-19 02:28:00 +0000 |
---|---|---|
committer | Walter Lee <walt@gcc.gnu.org> | 2016-11-19 02:28:00 +0000 |
commit | 7a384912f9f80b69d7b0857f1bb1f722203f3e2d (patch) | |
tree | 5d30fdaf8c4dbd4af40dc052a0d1e84e4abac8ed /libgcc/config.host | |
parent | 5a2cb4f3ed2caa2c9a1995f24edc373c03b07ece (diff) | |
download | gcc-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/config.host')
-rw-r--r-- | libgcc/config.host | 2 |
1 files changed, 1 insertions, 1 deletions
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*-*-*) |