0120-sh-conf.patch 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. From 1ceee199e9a32034c6def7700fdbb26335ca76a3 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. [Romain: rebase on top of 2.26]
  10. Signed-off-by: Romain Naour <romain.naour@gmail.com>
  11. ---
  12. configure | 2 +-
  13. configure.ac | 2 +-
  14. 2 files changed, 2 insertions(+), 2 deletions(-)
  15. diff --git a/configure b/configure
  16. index 34b66f7..905bc7b 100755
  17. --- a/configure
  18. +++ b/configure
  19. @@ -3939,7 +3939,7 @@ case "${target}" in
  20. or1k*-*-*)
  21. noconfigdirs="$noconfigdirs gdb"
  22. ;;
  23. - sh-*-* | sh64-*-*)
  24. + sh*-*-* | sh64-*-*)
  25. case "${target}" in
  26. sh*-*-elf)
  27. ;;
  28. diff --git a/configure.ac b/configure.ac
  29. index 4977d97..1e69ee2 100644
  30. --- a/configure.ac
  31. +++ b/configure.ac
  32. @@ -1276,7 +1276,7 @@ case "${target}" in
  33. or1k*-*-*)
  34. noconfigdirs="$noconfigdirs gdb"
  35. ;;
  36. - sh-*-* | sh64-*-*)
  37. + sh*-*-* | sh64-*-*)
  38. case "${target}" in
  39. sh*-*-elf)
  40. ;;
  41. --
  42. 2.4.3