config.sub.ps2.patch 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. Index: config.sub
  2. ===================================================================
  3. RCS file: /cvsroot/config/config/config.sub,v
  4. retrieving revision 1.356
  5. diff -u -r1.356 config.sub
  6. --- config.sub 28 Jun 2007 06:56:43 -0000 1.356
  7. +++ config.sub 9 Jul 2007 17:43:32 -0000
  8. @@ -244,7 +244,7 @@
  9. | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
  10. | bfin \
  11. | c4x | clipper \
  12. - | d10v | d30v | dlx | dsp16xx \
  13. + | d10v | d30v | dlx | dsp16xx | dvp \
  14. | fido | fr30 | frv \
  15. | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
  16. | i370 | i860 | i960 | ia64 \
  17. @@ -694,6 +694,24 @@
  18. basic_machine=m68k-atari
  19. os=-mint
  20. ;;
  21. + mipsEE* | ee | ps2)
  22. + basic_machine=mips64r5900el-scei
  23. + case $os in
  24. + -linux*)
  25. + ;;
  26. + *)
  27. + os=-elf
  28. + ;;
  29. + esac
  30. + ;;
  31. + iop)
  32. + basic_machine=mipsel-scei
  33. + os=-irx
  34. + ;;
  35. + dvp)
  36. + basic_machine=dvp-scei
  37. + os=-elf
  38. + ;;
  39. mips3*-*)
  40. basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
  41. ;;
  42. @@ -1226,7 +1244,7 @@
  43. | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
  44. | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
  45. | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
  46. - | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
  47. + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -irx*)
  48. # Remember, each alternative MUST END IN *, to match a version number.
  49. ;;
  50. -qnx*)