]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 78c44381c195ccf371b36681111b7ff6dbec1e57..d3ddad0be0b1844a6598148c95081f6e9b6c1e6c 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 bbe06555255502dd28fe96bbdd558e7249c6a638..65f6b0f5707b5efd3b7c7ee19c1a9db547b109eb 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*)