0001-sh-conf.patch 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. From d71fb5a9999ee7c8963342caa0d5cbb16872ab07 Mon Sep 17 00:00:00 2001
  2. From: Romain Naour <romain.naour@gmail.com>
  3. Date: Fri, 25 Dec 2015 11:38:13 +0100
  4. Subject: [PATCH] sh-conf
  5. Likewise, binutils has no idea about any of these new targets either, so we
  6. fix that up too.. now we're able to actually build a real toolchain for
  7. sh2a_nofpu- and other more ineptly named toolchains (and yes, there are more
  8. inept targets than that one, really. Go look, I promise).
  9. Upstream: N/A [Buildroot specific]
  10. [Romain: rebase on top of 2.32]
  11. Signed-off-by: Romain Naour <romain.naour@gmail.com>
  12. [Thomas: rebase on top of 2.29, in which sh64 support was removed.]
  13. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  14. ---
  15. configure | 2 +-
  16. configure.ac | 2 +-
  17. 2 files changed, 2 insertions(+), 2 deletions(-)
  18. diff --git a/configure b/configure
  19. index 670684d83d1..967c6708a0c 100755
  20. --- a/configure
  21. +++ b/configure
  22. @@ -4042,7 +4042,7 @@ case "${target}" in
  23. nvptx*-*-*)
  24. noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
  25. ;;
  26. - sh-*-*)
  27. + sh*-*-*)
  28. case "${target}" in
  29. sh*-*-elf)
  30. ;;
  31. diff --git a/configure.ac b/configure.ac
  32. index 88b4800e298..2c8d08ff6ec 100644
  33. --- a/configure.ac
  34. +++ b/configure.ac
  35. @@ -1269,7 +1269,7 @@ case "${target}" in
  36. nvptx*-*-*)
  37. noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
  38. ;;
  39. - sh-*-*)
  40. + sh*-*-*)
  41. case "${target}" in
  42. sh*-*-elf)
  43. ;;
  44. --
  45. 2.43.0