Tcl installs private headers. Also, make installation nicer.
[gumsense-br.git] / package / gnuconfig / patches / config.sub.ps2.patch
blob67b3e9d70742ee97388257c104e650f0ac0f87d9
1 Index: config.sub
2 ===================================================================
3 RCS file: /cvsroot/config/config/config.sub,v
4 retrieving revision 1.336
5 diff -u -p -r1.336 config.sub
6 --- config.sub 22 Dec 2005 23:50:21 -0000 1.336
7 +++ config.sub 30 Dec 2005 23:38:29 -0000
8 @@ -243,7 +243,7 @@ case $basic_machine in
9 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
10 | bfin \
11 | c4x | clipper \
12 - | d10v | d30v | dlx | dsp16xx \
13 + | d10v | d30v | dlx | dsp16xx | dvp \
14 | fr30 | frv \
15 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
16 | i370 | i860 | i960 | ia64 \
17 @@ -690,6 +690,24 @@ case $basic_machine in
18 basic_machine=m68k-atari
19 os=-mint
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/'`
42 @@ -1214,7 +1232,7 @@ case $os in
43 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
44 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
45 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
46 - | -skyos* | -haiku* | -rdos*)
47 + | -skyos* | -haiku* | -rdos* | -irx*)
48 # Remember, each alternative MUST END IN *, to match a version number.
50 -qnx*)