From: Baruch Siach Date: Tue, 21 Jan 2014 19:29:23 +0000 (+0000) Subject: config.host (tmake_file): add t-slibgcc-libgcc for xtensa*-*-linux*. X-Git-Tag: releases/gcc-4.7.4~303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fa2d97c63e9e1bd1078ad68f29244d8ba322c9c;p=thirdparty%2Fgcc.git config.host (tmake_file): add t-slibgcc-libgcc for xtensa*-*-linux*. 2014-01-21 Baruch Siach * config.host (tmake_file): add t-slibgcc-libgcc for xtensa*-*-linux*. From-SVN: r206898 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 40fe9fe3821b..319ce29d4177 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2014-01-21 Barch Siach + + * config.host (tmake_file): add t-slibgcc-libgcc for xtensa*-*-linux*. + 2014-01-03 Joseph Myers * config/rs6000/ibm-ldouble.c (__gcc_qdiv): Scale up arguments in diff --git a/libgcc/config.host b/libgcc/config.host index e18e1d25021d..a6f7c450d702 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -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*)