Commit 800d8bd5 by Baruch Siach Committed by Sterling Augustine

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
parent d2be9965
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> 2014-01-09 Rong Xu <xur@google.com>
* libgcov-driver.c (this_prg): make it local to save * libgcov-driver.c (this_prg): make it local to save
......
...@@ -1193,7 +1193,7 @@ xtensa*-*-elf*) ...@@ -1193,7 +1193,7 @@ xtensa*-*-elf*)
extra_parts="$extra_parts crti.o crtn.o" extra_parts="$extra_parts crti.o crtn.o"
;; ;;
xtensa*-*-linux*) 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 md_unwind_header=xtensa/linux-unwind.h
;; ;;
am33_2.0-*-linux*) am33_2.0-*-linux*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment