2005-08-05 00:42:34 +02:00
|
|
|
Index: config.sub
|
|
|
|
===================================================================
|
|
|
|
RCS file: /cvsroot/config/config/config.sub,v
|
2006-01-04 05:05:05 +01:00
|
|
|
retrieving revision 1.336
|
|
|
|
diff -u -p -r1.336 config.sub
|
|
|
|
--- config.sub 22 Dec 2005 23:50:21 -0000 1.336
|
|
|
|
+++ config.sub 30 Dec 2005 23:38:29 -0000
|
|
|
|
@@ -243,7 +243,7 @@ case $basic_machine in
|
2005-08-05 00:42:34 +02:00
|
|
|
| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
|
|
|
|
| bfin \
|
|
|
|
| c4x | clipper \
|
|
|
|
- | d10v | d30v | dlx | dsp16xx \
|
|
|
|
+ | d10v | d30v | dlx | dsp16xx | dvp \
|
|
|
|
| fr30 | frv \
|
|
|
|
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
|
|
|
|
| i370 | i860 | i960 | ia64 \
|
2006-01-04 05:05:05 +01:00
|
|
|
@@ -690,6 +690,24 @@ case $basic_machine in
|
2005-08-05 00:42:34 +02:00
|
|
|
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/'`
|
|
|
|
;;
|
2006-01-04 05:05:05 +01:00
|
|
|
@@ -1214,7 +1232,7 @@ case $os in
|
2005-08-05 00:42:34 +02:00
|
|
|
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
|
|
|
|
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
|
|
|
|
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
|
2006-01-04 05:05:05 +01:00
|
|
|
- | -skyos* | -haiku* | -rdos*)
|
|
|
|
+ | -skyos* | -haiku* | -rdos* | -irx*)
|
2005-08-05 00:42:34 +02:00
|
|
|
# Remember, each alternative MUST END IN *, to match a version number.
|
|
|
|
;;
|
|
|
|
-qnx*)
|