| 1 |
#! /bin/sh |
#! /bin/sh |
| 2 |
# Configuration validation subroutine script. |
# Configuration validation subroutine script. |
| 3 |
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 |
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc. |
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 |
|
|
| 6 |
timestamp='2003-01-03' |
timestamp='2005-04-22' |
| 7 |
|
|
| 8 |
# This file is (in principle) common to ALL GNU software. |
# This file is (in principle) common to ALL GNU software. |
| 9 |
# The presence of a machine in this file suggests that SOME GNU software |
# The presence of a machine in this file suggests that SOME GNU software |
| 70 |
version="\ |
version="\ |
| 71 |
GNU config.sub ($timestamp) |
GNU config.sub ($timestamp) |
| 72 |
|
|
| 73 |
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 |
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 |
| 74 |
Free Software Foundation, Inc. |
Free Software Foundation, Inc. |
| 75 |
|
|
| 76 |
This is free software; see the source for copying conditions. There is NO |
This is free software; see the source for copying conditions. There is NO |
| 118 |
# Here we must recognize all the valid KERNEL-OS combinations. |
# Here we must recognize all the valid KERNEL-OS combinations. |
| 119 |
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` |
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` |
| 120 |
case $maybe_os in |
case $maybe_os in |
| 121 |
nto-qnx* | linux-gnu* | freebsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) |
nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ |
| 122 |
|
kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) |
| 123 |
os=-$maybe_os |
os=-$maybe_os |
| 124 |
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` |
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` |
| 125 |
;; |
;; |
| 145 |
-convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ |
-convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ |
| 146 |
-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ |
-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ |
| 147 |
-harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ |
-harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ |
| 148 |
-apple | -axis) |
-apple | -axis | -knuth | -cray) |
| 149 |
os= |
os= |
| 150 |
basic_machine=$1 |
basic_machine=$1 |
| 151 |
;; |
;; |
| 229 |
| a29k \ |
| a29k \ |
| 230 |
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ |
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ |
| 231 |
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ |
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ |
| 232 |
|
| am33_2.0 \ |
| 233 |
| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ |
| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ |
| 234 |
| clipper \ |
| bfin \ |
| 235 |
|
| c4x | clipper \ |
| 236 |
| d10v | d30v | dlx | dsp16xx \ |
| d10v | d30v | dlx | dsp16xx \ |
| 237 |
| fr30 | frv \ |
| fr30 | frv \ |
| 238 |
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ |
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ |
| 239 |
| i370 | i860 | i960 | ia64 \ |
| i370 | i860 | i960 | ia64 \ |
| 240 |
| ip2k \ |
| ip2k | iq2000 \ |
| 241 |
| m32r | m68000 | m68k | m88k | mcore \ |
| m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \ |
| 242 |
| mips | mipsbe | mipseb | mipsel | mipsle \ |
| mips | mipsbe | mipseb | mipsel | mipsle \ |
| 243 |
| mips16 \ |
| mips16 \ |
| 244 |
| mips64 | mips64el \ |
| mips64 | mips64el \ |
| 250 |
| mipsisa32 | mipsisa32el \ |
| mipsisa32 | mipsisa32el \ |
| 251 |
| mipsisa32r2 | mipsisa32r2el \ |
| mipsisa32r2 | mipsisa32r2el \ |
| 252 |
| mipsisa64 | mipsisa64el \ |
| mipsisa64 | mipsisa64el \ |
| 253 |
|
| mipsisa64r2 | mipsisa64r2el \ |
| 254 |
| mipsisa64sb1 | mipsisa64sb1el \ |
| mipsisa64sb1 | mipsisa64sb1el \ |
| 255 |
| mipsisa64sr71k | mipsisa64sr71kel \ |
| mipsisa64sr71k | mipsisa64sr71kel \ |
| 256 |
| mipstx39 | mipstx39el \ |
| mipstx39 | mipstx39el \ |
| 261 |
| pdp10 | pdp11 | pj | pjl \ |
| pdp10 | pdp11 | pj | pjl \ |
| 262 |
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ |
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ |
| 263 |
| pyramid \ |
| pyramid \ |
| 264 |
| s390 | s390x \ |
| sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ |
|
| sh | sh[1234] | sh3e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ |
|
| 265 |
| sh64 | sh64le \ |
| sh64 | sh64le \ |
| 266 |
| sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \ |
| sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ |
| 267 |
|
| sparcv8 | sparcv9 | sparcv9b \ |
| 268 |
| strongarm \ |
| strongarm \ |
| 269 |
| tahoe | thumb | tic80 | tron \ |
| tahoe | thumb | tic4x | tic80 | tron \ |
| 270 |
| v850 | v850e \ |
| v850 | v850e \ |
| 271 |
| we32k \ |
| we32k \ |
| 272 |
| x86 | xscale | xstormy16 | xtensa \ |
| x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ |
| 273 |
| z8k) |
| z8k) |
| 274 |
basic_machine=$basic_machine-unknown |
basic_machine=$basic_machine-unknown |
| 275 |
;; |
;; |
| 300 |
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ |
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ |
| 301 |
| arm-* | armbe-* | armle-* | armeb-* | armv*-* \ |
| arm-* | armbe-* | armle-* | armeb-* | armv*-* \ |
| 302 |
| avr-* \ |
| avr-* \ |
| 303 |
| bs2000-* \ |
| bfin-* | bs2000-* \ |
| 304 |
| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* \ |
| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ |
| 305 |
| clipper-* | cydra-* \ |
| clipper-* | craynv-* | cydra-* \ |
| 306 |
| d10v-* | d30v-* | dlx-* \ |
| d10v-* | d30v-* | dlx-* \ |
| 307 |
| elxsi-* \ |
| elxsi-* \ |
| 308 |
| f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ |
| f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ |
| 309 |
| h8300-* | h8500-* \ |
| h8300-* | h8500-* \ |
| 310 |
| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ |
| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ |
| 311 |
| i*86-* | i860-* | i960-* | ia64-* \ |
| i*86-* | i860-* | i960-* | ia64-* \ |
| 312 |
| ip2k-* \ |
| ip2k-* | iq2000-* \ |
| 313 |
| m32r-* \ |
| m32r-* | m32rle-* \ |
| 314 |
| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ |
| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ |
| 315 |
| m88110-* | m88k-* | mcore-* \ |
| m88110-* | m88k-* | maxq-* | mcore-* \ |
| 316 |
| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ |
| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ |
| 317 |
| mips16-* \ |
| mips16-* \ |
| 318 |
| mips64-* | mips64el-* \ |
| mips64-* | mips64el-* \ |
| 324 |
| mipsisa32-* | mipsisa32el-* \ |
| mipsisa32-* | mipsisa32el-* \ |
| 325 |
| mipsisa32r2-* | mipsisa32r2el-* \ |
| mipsisa32r2-* | mipsisa32r2el-* \ |
| 326 |
| mipsisa64-* | mipsisa64el-* \ |
| mipsisa64-* | mipsisa64el-* \ |
| 327 |
|
| mipsisa64r2-* | mipsisa64r2el-* \ |
| 328 |
| mipsisa64sb1-* | mipsisa64sb1el-* \ |
| mipsisa64sb1-* | mipsisa64sb1el-* \ |
| 329 |
| mipsisa64sr71k-* | mipsisa64sr71kel-* \ |
| mipsisa64sr71k-* | mipsisa64sr71kel-* \ |
| 330 |
| mipstx39-* | mipstx39el-* \ |
| mipstx39-* | mipstx39el-* \ |
| 331 |
|
| mmix-* \ |
| 332 |
| msp430-* \ |
| msp430-* \ |
| 333 |
| none-* | np1-* | nv1-* | ns16k-* | ns32k-* \ |
| none-* | np1-* | ns16k-* | ns32k-* \ |
| 334 |
| orion-* \ |
| orion-* \ |
| 335 |
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ |
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ |
| 336 |
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ |
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ |
| 337 |
| pyramid-* \ |
| pyramid-* \ |
| 338 |
| romp-* | rs6000-* \ |
| romp-* | rs6000-* \ |
| 339 |
| s390-* | s390x-* \ |
| sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \ |
|
| sh-* | sh[1234]-* | sh3e-* | sh[34]eb-* | shbe-* \ |
|
| 340 |
| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ |
| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ |
| 341 |
| sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \ |
| sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ |
| 342 |
| sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ |
| sparclite-* \ |
| 343 |
| tahoe-* | thumb-* | tic30-* | tic4x-* | tic54x-* | tic80-* | tron-* \ |
| sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ |
| 344 |
|
| tahoe-* | thumb-* \ |
| 345 |
|
| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ |
| 346 |
|
| tron-* \ |
| 347 |
| v850-* | v850e-* | vax-* \ |
| v850-* | v850e-* | vax-* \ |
| 348 |
| we32k-* \ |
| we32k-* \ |
| 349 |
| x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \ |
| x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ |
| 350 |
| xtensa-* \ |
| xstormy16-* | xtensa-* \ |
| 351 |
| ymp-* \ |
| ymp-* \ |
| 352 |
| z8k-*) |
| z8k-*) |
| 353 |
;; |
;; |
| 367 |
basic_machine=a29k-amd |
basic_machine=a29k-amd |
| 368 |
os=-udi |
os=-udi |
| 369 |
;; |
;; |
| 370 |
|
abacus) |
| 371 |
|
basic_machine=abacus-unknown |
| 372 |
|
;; |
| 373 |
adobe68k) |
adobe68k) |
| 374 |
basic_machine=m68010-adobe |
basic_machine=m68010-adobe |
| 375 |
os=-scout |
os=-scout |
| 384 |
basic_machine=a29k-none |
basic_machine=a29k-none |
| 385 |
os=-bsd |
os=-bsd |
| 386 |
;; |
;; |
| 387 |
|
amd64) |
| 388 |
|
basic_machine=x86_64-pc |
| 389 |
|
;; |
| 390 |
|
amd64-*) |
| 391 |
|
basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` |
| 392 |
|
;; |
| 393 |
amdahl) |
amdahl) |
| 394 |
basic_machine=580-amdahl |
basic_machine=580-amdahl |
| 395 |
os=-sysv |
os=-sysv |
| 449 |
basic_machine=j90-cray |
basic_machine=j90-cray |
| 450 |
os=-unicos |
os=-unicos |
| 451 |
;; |
;; |
| 452 |
|
craynv) |
| 453 |
|
basic_machine=craynv-cray |
| 454 |
|
os=-unicosmp |
| 455 |
|
;; |
| 456 |
|
cr16c) |
| 457 |
|
basic_machine=cr16c-unknown |
| 458 |
|
os=-elf |
| 459 |
|
;; |
| 460 |
crds | unos) |
crds | unos) |
| 461 |
basic_machine=m68k-crds |
basic_machine=m68k-crds |
| 462 |
;; |
;; |
| 463 |
|
crisv32 | crisv32-* | etraxfs*) |
| 464 |
|
basic_machine=crisv32-axis |
| 465 |
|
;; |
| 466 |
cris | cris-* | etrax*) |
cris | cris-* | etrax*) |
| 467 |
basic_machine=cris-axis |
basic_machine=cris-axis |
| 468 |
;; |
;; |
| 469 |
|
crx) |
| 470 |
|
basic_machine=crx-unknown |
| 471 |
|
os=-elf |
| 472 |
|
;; |
| 473 |
da30 | da30-*) |
da30 | da30-*) |
| 474 |
basic_machine=m68k-da30 |
basic_machine=m68k-da30 |
| 475 |
;; |
;; |
| 492 |
basic_machine=m88k-motorola |
basic_machine=m88k-motorola |
| 493 |
os=-sysv3 |
os=-sysv3 |
| 494 |
;; |
;; |
| 495 |
|
djgpp) |
| 496 |
|
basic_machine=i586-pc |
| 497 |
|
os=-msdosdjgpp |
| 498 |
|
;; |
| 499 |
dpx20 | dpx20-*) |
dpx20 | dpx20-*) |
| 500 |
basic_machine=rs6000-bull |
basic_machine=rs6000-bull |
| 501 |
os=-bosx |
os=-bosx |
| 674 |
mips3*) |
mips3*) |
| 675 |
basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown |
basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown |
| 676 |
;; |
;; |
|
mmix*) |
|
|
basic_machine=mmix-knuth |
|
|
os=-mmixware |
|
|
;; |
|
| 677 |
monitor) |
monitor) |
| 678 |
basic_machine=m68k-rom68k |
basic_machine=m68k-rom68k |
| 679 |
os=-coff |
os=-coff |
| 754 |
np1) |
np1) |
| 755 |
basic_machine=np1-gould |
basic_machine=np1-gould |
| 756 |
;; |
;; |
|
nv1) |
|
|
basic_machine=nv1-cray |
|
|
os=-unicosmp |
|
|
;; |
|
| 757 |
nsr-tandem) |
nsr-tandem) |
| 758 |
basic_machine=nsr-tandem |
basic_machine=nsr-tandem |
| 759 |
;; |
;; |
| 765 |
basic_machine=or32-unknown |
basic_machine=or32-unknown |
| 766 |
os=-coff |
os=-coff |
| 767 |
;; |
;; |
| 768 |
|
os400) |
| 769 |
|
basic_machine=powerpc-ibm |
| 770 |
|
os=-os400 |
| 771 |
|
;; |
| 772 |
OSE68000 | ose68000) |
OSE68000 | ose68000) |
| 773 |
basic_machine=m68000-ericsson |
basic_machine=m68000-ericsson |
| 774 |
os=-ose |
os=-ose |
| 800 |
pentiumpro | p6 | 6x86 | athlon | athlon_*) |
pentiumpro | p6 | 6x86 | athlon | athlon_*) |
| 801 |
basic_machine=i686-pc |
basic_machine=i686-pc |
| 802 |
;; |
;; |
| 803 |
pentiumii | pentium2) |
pentiumii | pentium2 | pentiumiii | pentium3) |
| 804 |
basic_machine=i686-pc |
basic_machine=i686-pc |
| 805 |
;; |
;; |
| 806 |
|
pentium4) |
| 807 |
|
basic_machine=i786-pc |
| 808 |
|
;; |
| 809 |
pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) |
pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) |
| 810 |
basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` |
basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` |
| 811 |
;; |
;; |
| 812 |
pentiumpro-* | p6-* | 6x86-* | athlon-*) |
pentiumpro-* | p6-* | 6x86-* | athlon-*) |
| 813 |
basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` |
basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` |
| 814 |
;; |
;; |
| 815 |
pentiumii-* | pentium2-*) |
pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) |
| 816 |
basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` |
basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` |
| 817 |
;; |
;; |
| 818 |
|
pentium4-*) |
| 819 |
|
basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` |
| 820 |
|
;; |
| 821 |
pn) |
pn) |
| 822 |
basic_machine=pn-gould |
basic_machine=pn-gould |
| 823 |
;; |
;; |
| 860 |
rtpc | rtpc-*) |
rtpc | rtpc-*) |
| 861 |
basic_machine=romp-ibm |
basic_machine=romp-ibm |
| 862 |
;; |
;; |
| 863 |
|
s390 | s390-*) |
| 864 |
|
basic_machine=s390-ibm |
| 865 |
|
;; |
| 866 |
|
s390x | s390x-*) |
| 867 |
|
basic_machine=s390x-ibm |
| 868 |
|
;; |
| 869 |
sa29200) |
sa29200) |
| 870 |
basic_machine=a29k-amd |
basic_machine=a29k-amd |
| 871 |
os=-udi |
os=-udi |
| 876 |
sb1el) |
sb1el) |
| 877 |
basic_machine=mipsisa64sb1el-unknown |
basic_machine=mipsisa64sb1el-unknown |
| 878 |
;; |
;; |
| 879 |
|
sei) |
| 880 |
|
basic_machine=mips-sei |
| 881 |
|
os=-seiux |
| 882 |
|
;; |
| 883 |
sequent) |
sequent) |
| 884 |
basic_machine=i386-sequent |
basic_machine=i386-sequent |
| 885 |
;; |
;; |
| 887 |
basic_machine=sh-hitachi |
basic_machine=sh-hitachi |
| 888 |
os=-hms |
os=-hms |
| 889 |
;; |
;; |
| 890 |
|
sh64) |
| 891 |
|
basic_machine=sh64-unknown |
| 892 |
|
;; |
| 893 |
sparclite-wrs | simso-wrs) |
sparclite-wrs | simso-wrs) |
| 894 |
basic_machine=sparclite-wrs |
basic_machine=sparclite-wrs |
| 895 |
os=-vxworks |
os=-vxworks |
| 964 |
basic_machine=t90-cray |
basic_machine=t90-cray |
| 965 |
os=-unicos |
os=-unicos |
| 966 |
;; |
;; |
|
tic4x | c4x*) |
|
|
basic_machine=tic4x-unknown |
|
|
os=-coff |
|
|
;; |
|
| 967 |
tic54x | c54x*) |
tic54x | c54x*) |
| 968 |
basic_machine=tic54x-unknown |
basic_machine=tic54x-unknown |
| 969 |
os=-coff |
os=-coff |
| 970 |
;; |
;; |
| 971 |
|
tic55x | c55x*) |
| 972 |
|
basic_machine=tic55x-unknown |
| 973 |
|
os=-coff |
| 974 |
|
;; |
| 975 |
|
tic6x | c6x*) |
| 976 |
|
basic_machine=tic6x-unknown |
| 977 |
|
os=-coff |
| 978 |
|
;; |
| 979 |
tx39) |
tx39) |
| 980 |
basic_machine=mipstx39-unknown |
basic_machine=mipstx39-unknown |
| 981 |
;; |
;; |
| 989 |
tower | tower-32) |
tower | tower-32) |
| 990 |
basic_machine=m68k-ncr |
basic_machine=m68k-ncr |
| 991 |
;; |
;; |
| 992 |
|
tpf) |
| 993 |
|
basic_machine=s390x-ibm |
| 994 |
|
os=-tpf |
| 995 |
|
;; |
| 996 |
udi29k) |
udi29k) |
| 997 |
basic_machine=a29k-amd |
basic_machine=a29k-amd |
| 998 |
os=-udi |
os=-udi |
| 1036 |
basic_machine=hppa1.1-winbond |
basic_machine=hppa1.1-winbond |
| 1037 |
os=-proelf |
os=-proelf |
| 1038 |
;; |
;; |
| 1039 |
|
xbox) |
| 1040 |
|
basic_machine=i686-pc |
| 1041 |
|
os=-mingw32 |
| 1042 |
|
;; |
| 1043 |
xps | xps100) |
xps | xps100) |
| 1044 |
basic_machine=xps100-honeywell |
basic_machine=xps100-honeywell |
| 1045 |
;; |
;; |
| 1070 |
romp) |
romp) |
| 1071 |
basic_machine=romp-ibm |
basic_machine=romp-ibm |
| 1072 |
;; |
;; |
| 1073 |
|
mmix) |
| 1074 |
|
basic_machine=mmix-knuth |
| 1075 |
|
;; |
| 1076 |
rs6000) |
rs6000) |
| 1077 |
basic_machine=rs6000-ibm |
basic_machine=rs6000-ibm |
| 1078 |
;; |
;; |
| 1089 |
we32k) |
we32k) |
| 1090 |
basic_machine=we32k-att |
basic_machine=we32k-att |
| 1091 |
;; |
;; |
| 1092 |
sh3 | sh4 | sh3eb | sh4eb | sh[1234]le | sh3ele) |
sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele) |
| 1093 |
basic_machine=sh-unknown |
basic_machine=sh-unknown |
| 1094 |
;; |
;; |
| 1095 |
sh64) |
sh64) |
| 1096 |
basic_machine=sh64-unknown |
basic_machine=sh64-unknown |
| 1097 |
;; |
;; |
| 1098 |
sparc | sparcv9 | sparcv9b) |
sparc | sparcv8 | sparcv9 | sparcv9b) |
| 1099 |
basic_machine=sparc-sun |
basic_machine=sparc-sun |
| 1100 |
;; |
;; |
| 1101 |
cydra) |
cydra) |
| 1168 |
| -aos* \ |
| -aos* \ |
| 1169 |
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ |
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ |
| 1170 |
| -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ |
| -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ |
| 1171 |
| -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \ |
| -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ |
| 1172 |
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ |
| -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ |
| 1173 |
|
| -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ |
| 1174 |
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ |
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ |
| 1175 |
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ |
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ |
| 1176 |
| -chorusos* | -chorusrdb* \ |
| -chorusos* | -chorusrdb* \ |
| 1177 |
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ |
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ |
| 1178 |
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \ |
| -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ |
| 1179 |
| -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ |
| -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ |
| 1180 |
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ |
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ |
| 1181 |
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ |
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ |
| 1182 |
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ |
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ |
| 1183 |
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ |
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ |
| 1184 |
| -powermax* | -dnix* | -microbsd*) |
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*) |
| 1185 |
# Remember, each alternative MUST END IN *, to match a version number. |
# Remember, each alternative MUST END IN *, to match a version number. |
| 1186 |
;; |
;; |
| 1187 |
-qnx*) |
-qnx*) |
| 1205 |
-mac*) |
-mac*) |
| 1206 |
os=`echo $os | sed -e 's|mac|macos|'` |
os=`echo $os | sed -e 's|mac|macos|'` |
| 1207 |
;; |
;; |
| 1208 |
|
-linux-dietlibc) |
| 1209 |
|
os=-linux-dietlibc |
| 1210 |
|
;; |
| 1211 |
-linux*) |
-linux*) |
| 1212 |
os=`echo $os | sed -e 's|linux|linux-gnu|'` |
os=`echo $os | sed -e 's|linux|linux-gnu|'` |
| 1213 |
;; |
;; |
| 1220 |
-opened*) |
-opened*) |
| 1221 |
os=-openedition |
os=-openedition |
| 1222 |
;; |
;; |
| 1223 |
|
-os400*) |
| 1224 |
|
os=-os400 |
| 1225 |
|
;; |
| 1226 |
-wince*) |
-wince*) |
| 1227 |
os=-wince |
os=-wince |
| 1228 |
;; |
;; |
| 1244 |
-atheos*) |
-atheos*) |
| 1245 |
os=-atheos |
os=-atheos |
| 1246 |
;; |
;; |
| 1247 |
|
-syllable*) |
| 1248 |
|
os=-syllable |
| 1249 |
|
;; |
| 1250 |
-386bsd) |
-386bsd) |
| 1251 |
os=-bsd |
os=-bsd |
| 1252 |
;; |
;; |
| 1269 |
-sinix*) |
-sinix*) |
| 1270 |
os=-sysv4 |
os=-sysv4 |
| 1271 |
;; |
;; |
| 1272 |
|
-tpf*) |
| 1273 |
|
os=-tpf |
| 1274 |
|
;; |
| 1275 |
-triton*) |
-triton*) |
| 1276 |
os=-sysv3 |
os=-sysv3 |
| 1277 |
;; |
;; |
| 1302 |
-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) |
-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) |
| 1303 |
os=-mint |
os=-mint |
| 1304 |
;; |
;; |
| 1305 |
|
-aros*) |
| 1306 |
|
os=-aros |
| 1307 |
|
;; |
| 1308 |
|
-kaos*) |
| 1309 |
|
os=-kaos |
| 1310 |
|
;; |
| 1311 |
|
-zvmoe) |
| 1312 |
|
os=-zvmoe |
| 1313 |
|
;; |
| 1314 |
-none) |
-none) |
| 1315 |
;; |
;; |
| 1316 |
*) |
*) |
| 1342 |
arm*-semi) |
arm*-semi) |
| 1343 |
os=-aout |
os=-aout |
| 1344 |
;; |
;; |
| 1345 |
|
c4x-* | tic4x-*) |
| 1346 |
|
os=-coff |
| 1347 |
|
;; |
| 1348 |
# This must come before the *-dec entry. |
# This must come before the *-dec entry. |
| 1349 |
pdp10-*) |
pdp10-*) |
| 1350 |
os=-tops20 |
os=-tops20 |
| 1391 |
*-ibm) |
*-ibm) |
| 1392 |
os=-aix |
os=-aix |
| 1393 |
;; |
;; |
| 1394 |
|
*-knuth) |
| 1395 |
|
os=-mmixware |
| 1396 |
|
;; |
| 1397 |
*-wec) |
*-wec) |
| 1398 |
os=-proelf |
os=-proelf |
| 1399 |
;; |
;; |
| 1526 |
-mvs* | -opened*) |
-mvs* | -opened*) |
| 1527 |
vendor=ibm |
vendor=ibm |
| 1528 |
;; |
;; |
| 1529 |
|
-os400*) |
| 1530 |
|
vendor=ibm |
| 1531 |
|
;; |
| 1532 |
-ptx*) |
-ptx*) |
| 1533 |
vendor=sequent |
vendor=sequent |
| 1534 |
;; |
;; |
| 1535 |
|
-tpf*) |
| 1536 |
|
vendor=ibm |
| 1537 |
|
;; |
| 1538 |
-vxsim* | -vxworks* | -windiss*) |
-vxsim* | -vxworks* | -windiss*) |
| 1539 |
vendor=wrs |
vendor=wrs |
| 1540 |
;; |
;; |