From 382e1a72444ff6e652b4e48d00e14d3a38dba7b6 Mon Sep 17 00:00:00 2001 From: sterling Date: Tue, 21 Jan 2014 19:06:32 +0000 Subject: [PATCH] libgcc/ * config.host (tmake_file): add t-slibgcc-libgcc for xtensa*-*-linux*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206895 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgcc/ChangeLog | 4 ++++ libgcc/config.host | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 78c4438..d3ddad0 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-09 Rong Xu * libgcov-driver.c (this_prg): make it local to save diff --git a/libgcc/config.host b/libgcc/config.host index bbe0655..65f6b0f 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -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*) -- 2.7.4