From 5fa2d97c63e9e1bd1078ad68f29244d8ba322c9c Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Tue, 21 Jan 2014 19:29:23 +0000 Subject: [PATCH] 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 --- libgcc/ChangeLog | 4 ++++ libgcc/config.host | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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*) -- 2.47.2