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
This commit is contained in:
parent
d2be9965be
commit
800d8bd547
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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*)
|
||||
|
|
Loading…
Add table
Reference in a new issue