0004-configure-widen-the-regexp-for-SH-architectures.patch 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. From b8d43b6b8d98e176346871c92935458b06598c5b Mon Sep 17 00:00:00 2001
  2. From: Khem Raj <raj.khem@gmail.com>
  3. Date: Mon, 2 Mar 2015 01:07:33 +0000
  4. Subject: [PATCH] configure: widen the regexp for SH architectures
  5. gprof needs to know about uclibc
  6. Upstream-Status: Pending
  7. Signed-off-by: Khem Raj <raj.khem@gmail.com>
  8. ---
  9. configure | 2 +-
  10. configure.ac | 2 +-
  11. 2 files changed, 2 insertions(+), 2 deletions(-)
  12. diff --git a/configure b/configure
  13. index 3dd206525a7..e8ba1a1d3de 100755
  14. --- a/configure
  15. +++ b/configure
  16. @@ -3892,7 +3892,7 @@ case "${target}" in
  17. nvptx*-*-*)
  18. noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
  19. ;;
  20. - sh-*-*)
  21. + sh*-*-* | sh64-*-*)
  22. case "${target}" in
  23. sh*-*-elf)
  24. ;;
  25. diff --git a/configure.ac b/configure.ac
  26. index 797a624621e..3a8a3ae1f3b 100644
  27. --- a/configure.ac
  28. +++ b/configure.ac
  29. @@ -1175,7 +1175,7 @@ case "${target}" in
  30. nvptx*-*-*)
  31. noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
  32. ;;
  33. - sh-*-*)
  34. + sh*-*-* | sh64-*-*)
  35. case "${target}" in
  36. sh*-*-elf)
  37. ;;