120-sh-conf.patch 800 B

1234567891011121314151617181920212223242526272829
  1. r10231 | lethal | 2005-05-02 09:58:00 -0400 (Mon, 02 May 2005) | 13 lines
  2. Likewise, binutils has no idea about any of these new targets either, so we
  3. fix that up too.. now we're able to actually build a real toolchain for
  4. sh2a_nofpu- and other more ineptly named toolchains (and yes, there are more
  5. inept targets than that one, really. Go look, I promise).
  6. --- a/configure
  7. +++ b/configure
  8. @@ -1495,7 +1495,7 @@
  9. mips*-*-*)
  10. noconfigdirs="$noconfigdirs gprof"
  11. ;;
  12. - sh-*-* | sh64-*-*)
  13. + sh*-*-* | sh64-*-*)
  14. case "${target}" in
  15. sh*-*-elf)
  16. ;;
  17. --- a/configure.ac
  18. +++ b/configure.ac
  19. @@ -712,7 +712,7 @@
  20. mips*-*-*)
  21. noconfigdirs="$noconfigdirs gprof"
  22. ;;
  23. - sh-*-* | sh64-*-*)
  24. + sh*-*-* | sh64-*-*)
  25. case "${target}" in
  26. sh*-*-elf)
  27. ;;