config.host (tmake_file): add t-slibgcc-libgcc for xtensa*-*-linux*.
authorBaruch Siach <barch@tkos.co.il>
Tue, 21 Jan 2014 19:06:32 +0000 (19:06 +0000)
committerSterling Augustine <sterling@gcc.gnu.org>
Tue, 21 Jan 2014 19:06:32 +0000 (19:06 +0000)
libgcc/
* config.host (tmake_file): add t-slibgcc-libgcc for xtensa*-*-linux*.

From-SVN: r206895

libgcc/ChangeLog
libgcc/config.host

index 78c4438..d3ddad0 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-21  Barch Siach <barch@tkos.co.il>
+
+       * config.host (tmake_file): add t-slibgcc-libgcc for xtensa*-*-linux*.
+
 2014-01-09  Rong Xu  <xur@google.com>
 
        * libgcov-driver.c (this_prg): make it local to save
index bbe0655..65f6b0f 100644 (file)
@@ -1193,7 +1193,7 @@ xtensa*-*-elf*)
        extra_parts="$extra_parts crti.o crtn.o"
        ;;
 xtensa*-*-linux*)
-       tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-linux"
+       tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-linux t-slibgcc-libgcc"
        md_unwind_header=xtensa/linux-unwind.h
        ;;
 am33_2.0-*-linux*)