850-xtensa-libgcc-linker-script.patch 960 B

1234567891011121314151617181920212223242526272829
  1. From a89db366b98fffc61b20074e658c7285fb302776 Mon Sep 17 00:00:00 2001
  2. Message-Id: <a89db366b98fffc61b20074e658c7285fb302776.1392126646.git.baruch@tkos.co.il>
  3. From: sterling <sterling@138bc75d-0d04-0410-961f-82ee72b054a4>
  4. Date: Tue, 21 Jan 2014 19:29:23 +0000
  5. Subject: [PATCH] 2014-01-21 Baruch Siach <barch@tkos.co.il>
  6. * config.host (tmake_file): add t-slibgcc-libgcc for xtensa*-*-linux*.
  7. Patch status: upstream (4.7 branch commit r206898)
  8. Signed-off-by: Baruch Siach <baruch@tkos.co.il>
  9. ---
  10. diff --git a/libgcc/config.host b/libgcc/config.host
  11. index e18e1d25021d..a6f7c450d702 100644
  12. --- a/libgcc/config.host
  13. +++ b/libgcc/config.host
  14. @@ -1127,7 +1127,7 @@ xtensa*-*-elf*)
  15. extra_parts="$extra_parts crti.o crtn.o"
  16. ;;
  17. xtensa*-*-linux*)
  18. - tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-linux"
  19. + tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-linux t-slibgcc-libgcc"
  20. md_unwind_header=xtensa/linux-unwind.h
  21. ;;
  22. am33_2.0-*-linux*)
  23. --
  24. 1.8.5.3