Changeset 417 for stable/0.5/config.sub
- Timestamp:
- Jun 23, 2007 11:09:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/0.5/config.sub
r33 r417 5 5 # Inc. 6 6 7 timestamp='200 6-05-13'7 timestamp='2007-04-29' 8 8 9 9 # This file is (in principle) common to ALL GNU software. … … 242 242 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ 243 243 | am33_2.0 \ 244 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \244 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ 245 245 | bfin \ 246 246 | c4x | clipper \ 247 247 | d10v | d30v | dlx | dsp16xx \ 248 | f r30 | 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 \ … … 277 277 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ 278 278 | pyramid \ 279 | score \ 279 280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ 280 281 | sh64 | sh64le \ … … 285 286 | v850 | v850e \ 286 287 | we32k \ 287 | x86 | x scale | xscalee[bl] | xstormy16 | xtensa \288 | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ 288 289 | z8k) 289 290 basic_machine=$basic_machine-unknown … … 318 319 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ 319 320 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ 320 | avr-* \321 | avr-* | avr32-* \ 321 322 | bfin-* | bs2000-* \ 322 323 | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ … … 324 325 | d10v-* | d30v-* | dlx-* \ 325 326 | elxsi-* \ 326 | f30[01]-* | f700-* | f r30-* | frv-* | fx80-* \327 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ 327 328 | h8300-* | h8500-* \ 328 329 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ … … 368 369 | v850-* | v850e-* | vax-* \ 369 370 | we32k-* \ 370 | x86-* | x86_64-* | x ps100-* | xscale-* | xscalee[bl]-* \371 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ 371 372 | xstormy16-* | xtensa-* \ 372 373 | ymp-* \ … … 682 683 basic_machine=i386-pc 683 684 os=-mingw32 685 ;; 686 mingw32ce) 687 basic_machine=arm-unknown 688 os=-mingw32ce 684 689 ;; 685 690 miniframe) … … 910 915 basic_machine=mipsisa64sb1el-unknown 911 916 ;; 917 sde) 918 basic_machine=mipsisa32-sde 919 os=-elf 920 ;; 912 921 sei) 913 922 basic_machine=mips-sei … … 920 929 basic_machine=sh-hitachi 921 930 os=-hms 931 ;; 932 sh5el) 933 basic_machine=sh5le-unknown 922 934 ;; 923 935 sh64) … … 1215 1227 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ 1216 1228 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ 1217 | -skyos* | -haiku* | -rdos* )1229 | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) 1218 1230 # Remember, each alternative MUST END IN *, to match a version number. 1219 1231 ;; … … 1367 1379 1368 1380 case $basic_machine in 1381 score-*) 1382 os=-elf 1383 ;; 1369 1384 spu-*) 1370 1385 os=-elf … … 1406 1421 m68*-cisco) 1407 1422 os=-aout 1423 ;; 1424 mep-*) 1425 os=-elf 1408 1426 ;; 1409 1427 mips*-cisco)
Note: See TracChangeset
for help on using the changeset viewer.