diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 78c44381c195..d3ddad0be0b1 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 bbe065552555..65f6b0f5707b 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*)