|
4 | 4 | # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
5 | 5 | # Inc.
|
6 | 6 |
|
7 |
| -timestamp='2006-09-20' |
| 7 | +timestamp='2007-06-28' |
8 | 8 |
|
9 | 9 | # This file is (in principle) common to ALL GNU software.
|
10 | 10 | # The presence of a machine in this file suggests that SOME GNU software
|
@@ -245,12 +245,12 @@ case $basic_machine in
|
245 | 245 | | bfin \
|
246 | 246 | | c4x | clipper \
|
247 | 247 | | d10v | d30v | dlx | dsp16xx \
|
248 |
| - | fr30 | frv \ |
| 248 | + | fido | fr30 | frv \ |
249 | 249 | | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
|
250 | 250 | | i370 | i860 | i960 | ia64 \
|
251 | 251 | | ip2k | iq2000 \
|
252 | 252 | | m32c | m32r | m32rle | m68000 | m68k | m88k \
|
253 |
| - | maxq | mb | microblaze | mcore \ |
| 253 | + | maxq | mb | microblaze | mcore | mep \ |
254 | 254 | | mips | mipsbe | mipseb | mipsel | mipsle \
|
255 | 255 | | mips16 \
|
256 | 256 | | mips64 | mips64el \
|
@@ -324,7 +324,7 @@ case $basic_machine in
|
324 | 324 | | clipper-* | craynv-* | cydra-* \
|
325 | 325 | | d10v-* | d30v-* | dlx-* \
|
326 | 326 | | elxsi-* \
|
327 |
| - | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ |
| 327 | + | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ |
328 | 328 | | h8300-* | h8500-* \
|
329 | 329 | | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
|
330 | 330 | | i*86-* | i860-* | i960-* | ia64-* \
|
@@ -475,8 +475,8 @@ case $basic_machine in
|
475 | 475 | basic_machine=craynv-cray
|
476 | 476 | os=-unicosmp
|
477 | 477 | ;;
|
478 |
| - cr16c) |
479 |
| - basic_machine=cr16c-unknown |
| 478 | + cr16) |
| 479 | + basic_machine=cr16-unknown |
480 | 480 | os=-elf
|
481 | 481 | ;;
|
482 | 482 | crds | unos)
|
@@ -683,6 +683,10 @@ case $basic_machine in
|
683 | 683 | basic_machine=i386-pc
|
684 | 684 | os=-mingw32
|
685 | 685 | ;;
|
| 686 | + mingw32ce) |
| 687 | + basic_machine=arm-unknown |
| 688 | + os=-mingw32ce |
| 689 | + ;; |
686 | 690 | miniframe)
|
687 | 691 | basic_machine=m68000-convergent
|
688 | 692 | ;;
|
@@ -925,6 +929,9 @@ case $basic_machine in
|
925 | 929 | basic_machine=sh-hitachi
|
926 | 930 | os=-hms
|
927 | 931 | ;;
|
| 932 | + sh5el) |
| 933 | + basic_machine=sh5le-unknown |
| 934 | + ;; |
928 | 935 | sh64)
|
929 | 936 | basic_machine=sh64-unknown
|
930 | 937 | ;;
|
@@ -1219,7 +1226,7 @@ case $os in
|
1219 | 1226 | | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
|
1220 | 1227 | | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
|
1221 | 1228 | | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
|
1222 |
| - | -skyos* | -haiku* | -rdos* | -toppers*) |
| 1229 | + | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) |
1223 | 1230 | # Remember, each alternative MUST END IN *, to match a version number.
|
1224 | 1231 | ;;
|
1225 | 1232 | -qnx*)
|
@@ -1414,6 +1421,9 @@ case $basic_machine in
|
1414 | 1421 | m68*-cisco)
|
1415 | 1422 | os=-aout
|
1416 | 1423 | ;;
|
| 1424 | + mep-*) |
| 1425 | + os=-elf |
| 1426 | + ;; |
1417 | 1427 | mips*-cisco)
|
1418 | 1428 | os=-elf
|
1419 | 1429 | ;;
|
|
0 commit comments