0001-sh-conf.patch 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. From a4292f2852027008714c5ccdbab77af0b36f3928 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.32]
  10. Signed-off-by: Romain Naour <romain.naour@gmail.com>
  11. [Thomas: rebase on top of 2.29, in which sh64 support was removed.]
  12. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  13. ---
  14. configure | 2 +-
  15. configure.ac | 2 +-
  16. 2 files changed, 2 insertions(+), 2 deletions(-)
  17. diff --git a/configure b/configure
  18. index 91dc42f6c7..92f70a4ce6 100755
  19. --- a/configure
  20. +++ b/configure
  21. @@ -3915,7 +3915,7 @@ case "${target}" in
  22. nvptx*-*-*)
  23. noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
  24. ;;
  25. - sh-*-*)
  26. + sh*-*-*)
  27. case "${target}" in
  28. sh*-*-elf)
  29. ;;
  30. diff --git a/configure.ac b/configure.ac
  31. index 4bd869a63a..139e0aa6ab 100644
  32. --- a/configure.ac
  33. +++ b/configure.ac
  34. @@ -1159,7 +1159,7 @@ case "${target}" in
  35. nvptx*-*-*)
  36. noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
  37. ;;
  38. - sh-*-*)
  39. + sh*-*-*)
  40. case "${target}" in
  41. sh*-*-elf)
  42. ;;
  43. --
  44. 2.24.1