From a89db366b98fffc61b20074e658c7285fb302776 Mon Sep 17 00:00:00 2001 Message-Id: From: sterling Date: Tue, 21 Jan 2014 19:29:23 +0000 Subject: [PATCH] 2014-01-21 Baruch Siach * config.host (tmake_file): add t-slibgcc-libgcc for xtensa*-*-linux*. Patch status: upstream (4.7 branch commit r206898) Signed-off-by: Baruch Siach --- 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*) -- 1.8.5.3