1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- Index: config.sub
- ===================================================================
- RCS file: /cvsroot/config/config/config.sub,v
- retrieving revision 1.356
- diff -u -r1.356 config.sub
- --- config.sub 28 Jun 2007 06:56:43 -0000 1.356
- +++ config.sub 9 Jul 2007 17:43:32 -0000
- @@ -244,7 +244,7 @@
- | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
- | bfin \
- | c4x | clipper \
- - | d10v | d30v | dlx | dsp16xx \
- + | d10v | d30v | dlx | dsp16xx | dvp \
- | fido | fr30 | frv \
- | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
- | i370 | i860 | i960 | ia64 \
- @@ -694,6 +694,24 @@
- basic_machine=m68k-atari
- os=-mint
- ;;
- + mipsEE* | ee | ps2)
- + basic_machine=mips64r5900el-scei
- + case $os in
- + -linux*)
- + ;;
- + *)
- + os=-elf
- + ;;
- + esac
- + ;;
- + iop)
- + basic_machine=mipsel-scei
- + os=-irx
- + ;;
- + dvp)
- + basic_machine=dvp-scei
- + os=-elf
- + ;;
- mips3*-*)
- basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
- ;;
- @@ -1226,7 +1244,7 @@
- | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
- | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
- | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
- - | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
- + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -irx*)
- # Remember, each alternative MUST END IN *, to match a version number.
- ;;
- -qnx*)
|