120-sh-conf.patch 480 B

12345678910111213141516171819202122
  1. --- a/configure
  2. +++ b/configure
  3. @@ -3595,7 +3595,7 @@ case "${target}" in
  4. mips*-*-*)
  5. noconfigdirs="$noconfigdirs gprof"
  6. ;;
  7. - sh-*-* | sh64-*-*)
  8. + sh*-*-* | sh64-*-*)
  9. case "${target}" in
  10. sh*-*-elf)
  11. ;;
  12. --- a/configure.ac
  13. +++ b/configure.ac
  14. @@ -1021,7 +1021,7 @@ case "${target}" in
  15. mips*-*-*)
  16. noconfigdirs="$noconfigdirs gprof"
  17. ;;
  18. - sh-*-* | sh64-*-*)
  19. + sh*-*-* | sh64-*-*)
  20. case "${target}" in
  21. sh*-*-elf)
  22. ;;