44# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
55# Inc.
66
7- timestamp=' 2006-07-02 '
7+ timestamp=' 2007-06-28 '
88
99# This file is (in principle) common to ALL GNU software.
1010# The presence of a machine in this file suggests that SOME GNU software
@@ -245,12 +245,12 @@ case $basic_machine in
245245 | bfin \
246246 | c4x | clipper \
247247 | d10v | d30v | dlx | dsp16xx \
248- | fr30 | frv \
248+ | fido | fr30 | frv \
249249 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
250250 | i370 | i860 | i960 | ia64 \
251251 | ip2k | iq2000 \
252252 | m32c | m32r | m32rle | m68000 | m68k | m88k \
253- | maxq | mb | microblaze | mcore \
253+ | maxq | mb | microblaze | mcore | mep \
254254 | mips | mipsbe | mipseb | mipsel | mipsle \
255255 | mips16 \
256256 | mips64 | mips64el \
@@ -276,6 +276,7 @@ case $basic_machine in
276276 | pdp10 | pdp11 | pj | pjl \
277277 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
278278 | pyramid \
279+ | score \
279280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
280281 | sh64 | sh64le \
281282 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
@@ -284,7 +285,7 @@ case $basic_machine in
284285 | tahoe | thumb | tic4x | tic80 | tron \
285286 | v850 | v850e \
286287 | we32k \
287- | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
288+ | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
288289 | z8k)
289290 basic_machine=$basic_machine -unknown
290291 ;;
@@ -323,7 +324,7 @@ case $basic_machine in
323324 | clipper-* | craynv-* | cydra-* \
324325 | d10v-* | d30v-* | dlx-* \
325326 | elxsi-* \
326- | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
327+ | f30[01]-* | f700-* | fido- * | fr30-* | frv-* | fx80-* \
327328 | h8300-* | h8500-* \
328329 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
329330 | i* 86-* | i860-* | i960-* | ia64-* \
@@ -367,7 +368,7 @@ case $basic_machine in
367368 | tron-* \
368369 | v850-* | v850e-* | vax-* \
369370 | we32k-* \
370- | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
371+ | x86-* | x86_64-* | xc16x- * | xps100-* | xscale-* | xscalee[bl]-* \
371372 | xstormy16-* | xtensa-* \
372373 | ymp-* \
373374 | z8k-* )
@@ -474,8 +475,8 @@ case $basic_machine in
474475 basic_machine=craynv-cray
475476 os=-unicosmp
476477 ;;
477- cr16c )
478- basic_machine=cr16c -unknown
478+ cr16 )
479+ basic_machine=cr16 -unknown
479480 os=-elf
480481 ;;
481482 crds | unos)
@@ -682,6 +683,10 @@ case $basic_machine in
682683 basic_machine=i386-pc
683684 os=-mingw32
684685 ;;
686+ mingw32ce)
687+ basic_machine=arm-unknown
688+ os=-mingw32ce
689+ ;;
685690 miniframe)
686691 basic_machine=m68000-convergent
687692 ;;
@@ -909,6 +914,10 @@ case $basic_machine in
909914 sb1el)
910915 basic_machine=mipsisa64sb1el-unknown
911916 ;;
917+ sde)
918+ basic_machine=mipsisa32-sde
919+ os=-elf
920+ ;;
912921 sei)
913922 basic_machine=mips-sei
914923 os=-seiux
@@ -920,6 +929,9 @@ case $basic_machine in
920929 basic_machine=sh-hitachi
921930 os=-hms
922931 ;;
932+ sh5el)
933+ basic_machine=sh5le-unknown
934+ ;;
923935 sh64)
924936 basic_machine=sh64-unknown
925937 ;;
@@ -1214,7 +1226,7 @@ case $os in
12141226 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
12151227 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
12161228 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1217- | -skyos* | -haiku* | -rdos* | -toppers* )
1229+ | -skyos* | -haiku* | -rdos* | -toppers* | -drops * )
12181230 # Remember, each alternative MUST END IN *, to match a version number.
12191231 ;;
12201232 -qnx* )
@@ -1366,6 +1378,9 @@ else
13661378# system, and we'll never get to this point.
13671379
13681380case $basic_machine in
1381+ score-* )
1382+ os=-elf
1383+ ;;
13691384 spu-* )
13701385 os=-elf
13711386 ;;
@@ -1406,6 +1421,9 @@ case $basic_machine in
14061421 m68* -cisco)
14071422 os=-aout
14081423 ;;
1424+ mep-* )
1425+ os=-elf
1426+ ;;
14091427 mips* -cisco)
14101428 os=-elf
14111429 ;;
0 commit comments