TILEPro: force gcc to link against libgcc.a when creating shared
authorWalter Lee <walt@tilera.com>
Sat, 19 Nov 2016 02:28:00 +0000 (02:28 +0000)
committerWalter Lee <walt@gcc.gnu.org>
Sat, 19 Nov 2016 02:28:00 +0000 (02:28 +0000)
libraries.

        * config.host (tilepro*-*-linux*): Add t-slibgcc-libgcc.

From-SVN: r242615

libgcc/ChangeLog
libgcc/config.host

index aff110d79165b864707bdd3da5692129aa50da13..6f985239dffb7fbfedc1368e59a6acc9d6d89c52 100644 (file)
@@ -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
index 64beb219f316b474ca719ef1d58605eae874c4a9..e7e5413f0d5ec510f4868f6d4ec8d175b392fd8e 100644 (file)
@@ -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*-*-*)