comparison config.sub @ 13736:4e7c5362c9bd

(i*86*) Change [345] to [3456]
author Stan Cox <scox@redhat.com>
date Fri, 15 Dec 1995 15:43:33 +0000
parents de474a770e98
children a340d3b95455
comparison
equal deleted inserted replaced
13735:53ea087693a0 13736:4e7c5362c9bd
127 127
128 # Decode aliases for certain CPU-COMPANY combinations. 128 # Decode aliases for certain CPU-COMPANY combinations.
129 case $basic_machine in 129 case $basic_machine in
130 # Recognize the basic CPU types without company name. 130 # Recognize the basic CPU types without company name.
131 # Some are omitted here because they have special meanings below. 131 # Some are omitted here because they have special meanings below.
132 tahoe | i[345]86 | i860 | m68k | m68000 | m88k | ns32k | arm \ 132 tahoe | i[3456]86 | i860 | m68k | m68000 | m88k | ns32k | arm \
133 | arme[lb] | pyramid \ 133 | arme[lb] | pyramid \
134 | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \ 134 | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \
135 | alpha | we32k | ns16k | clipper | sparclite | i370 | sh \ 135 | alpha | we32k | ns16k | clipper | sparclite | i370 | sh \
136 | powerpc | powerpcle | sparc64 | 1750a | dsp16xx | mips64 | mipsel \ 136 | powerpc | powerpcle | sparc64 | 1750a | dsp16xx | mips64 | mipsel \
137 | pdp11 | mips64el | mips64orion | mips64orionel \ 137 | pdp11 | mips64el | mips64orion | mips64orionel \
142 *-*-*) 142 *-*-*)
143 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 143 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
144 exit 1 144 exit 1
145 ;; 145 ;;
146 # Recognize the basic CPU types with company name. 146 # Recognize the basic CPU types with company name.
147 vax-* | tahoe-* | i[345]86-* | i860-* | m68k-* | m68000-* | m88k-* \ 147 vax-* | tahoe-* | i[3456]86-* | i860-* | m68k-* | m68000-* | m88k-* \
148 | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \ 148 | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \
149 | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* | power-* \ 149 | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* | power-* \
150 | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ 150 | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \
151 | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \ 151 | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \
152 | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \ 152 | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \
306 i370-ibm* | ibm*) 306 i370-ibm* | ibm*)
307 basic_machine=i370-ibm 307 basic_machine=i370-ibm
308 os=-mvs 308 os=-mvs
309 ;; 309 ;;
310 # I'm not sure what "Sysv32" means. Should this be sysv3.2? 310 # I'm not sure what "Sysv32" means. Should this be sysv3.2?
311 i[345]86v32) 311 i[3456]86v32)
312 basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'` 312 basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
313 os=-sysv32 313 os=-sysv32
314 ;; 314 ;;
315 i[345]86v4*) 315 i[3456]86v4*)
316 basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'` 316 basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
317 os=-sysv4 317 os=-sysv4
318 ;; 318 ;;
319 i[345]86v) 319 i[3456]86v)
320 basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'` 320 basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
321 os=-sysv 321 os=-sysv
322 ;; 322 ;;
323 i[345]86sol2) 323 i[3456]86sol2)
324 basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'` 324 basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
325 os=-solaris2 325 os=-solaris2
326 ;; 326 ;;
327 iris | iris4d) 327 iris | iris4d)
328 basic_machine=mips-sgi 328 basic_machine=mips-sgi
417 basic_machine=m68k-tti 417 basic_machine=m68k-tti
418 ;; 418 ;;
419 pc532 | pc532-*) 419 pc532 | pc532-*)
420 basic_machine=ns32k-pc532 420 basic_machine=ns32k-pc532
421 ;; 421 ;;
422 pentium | p5 | p6) 422 pentium | p5)
423 # We don't have specific support for the Intel Pentium (p6) followon yet, so just call it a Pentium
424 basic_machine=i586-intel 423 basic_machine=i586-intel
425 ;; 424 ;;
426 pentium-* | p5-* | p6-*) 425 pentiumpro | p6)
427 # We don't have specific support for the Intel Pentium (p6) followon yet, so just call it a Pentium 426 basic_machine=i686-intel
427 ;;
428 pentium-* | p5-*)
428 basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` 429 basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
430 ;;
431 pentiumpro-* | p6-*)
432 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
429 ;; 433 ;;
430 k5) 434 k5)
431 # We don't have specific support for AMD's K5 yet, so just call it a Pentium 435 # We don't have specific support for AMD's K5 yet, so just call it a Pentium
432 basic_machine=i586-amd 436 basic_machine=i586-amd
433 ;; 437 ;;
631 # First accept the basic system types. 635 # First accept the basic system types.
632 # The portable systems comes first. 636 # The portable systems comes first.
633 # Each alternative MUST END IN A *, to match a version number. 637 # Each alternative MUST END IN A *, to match a version number.
634 # -sysv* is not here because it comes later, after sysvr4. 638 # -sysv* is not here because it comes later, after sysvr4.
635 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ 639 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
636 | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[345]* \ 640 | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[3456]* \
637 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ 641 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
638 | -amigados* | -msdos* | -newsos* | -unicos* | -aof* | -aos* \ 642 | -amigados* | -msdos* | -newsos* | -unicos* | -aof* | -aos* \
639 | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ 643 | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
640 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ 644 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
641 | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ 645 | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \