diff options
author | Baruch Siach <barch@tkos.co.il> | 2014-01-21 19:06:32 +0000 |
---|---|---|
committer | Sterling Augustine <sterling@gcc.gnu.org> | 2014-01-21 19:06:32 +0000 |
commit | 800d8bd54791c2f94de54e15ab3ae0d07d969787 (patch) | |
tree | f4051ef3d5badf1618e1d0b2927fd0cac20dd255 /libgcc | |
parent | d2be9965be548df1b4544ea5a747def41149d510 (diff) | |
download | gcc-800d8bd54791c2f94de54e15ab3ae0d07d969787.zip gcc-800d8bd54791c2f94de54e15ab3ae0d07d969787.tar.gz gcc-800d8bd54791c2f94de54e15ab3ae0d07d969787.tar.bz2 |
config.host (tmake_file): add t-slibgcc-libgcc for xtensa*-*-linux*.
libgcc/
* config.host (tmake_file): add t-slibgcc-libgcc for xtensa*-*-linux*.
From-SVN: r206895
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 2 |
2 files changed, 5 insertions, 1 deletions
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 <barch@tkos.co.il> + + * config.host (tmake_file): add t-slibgcc-libgcc for xtensa*-*-linux*. + 2014-01-09 Rong Xu <xur@google.com> * 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*) |