]> 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:29:23 +0000 (19:29 +0000)
committerSterling Augustine <sterling@gcc.gnu.org>
Tue, 21 Jan 2014 19:29:23 +0000 (19:29 +0000)
2014-01-21  Baruch Siach <barch@tkos.co.il>

* config.host (tmake_file): add t-slibgcc-libgcc for xtensa*-*-linux*.

From-SVN: r206898

libgcc/ChangeLog
libgcc/config.host

index 40fe9fe3821b3a89e21389b0e2229a2b031dd2d9..319ce29d41770797ab9fd33eec9605165cbc8ff0 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-03  Joseph Myers  <joseph@codesourcery.com>
 
        * config/rs6000/ibm-ldouble.c (__gcc_qdiv): Scale up arguments in
index e18e1d25021d52b85ea3755899236be08f645a0b..a6f7c450d7024e5c16e27f8eccb84817c72d4f3f 100644 (file)
@@ -1127,7 +1127,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*)