aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStan Cox1995-12-15 15:43:33 +0000
committerStan Cox1995-12-15 15:43:33 +0000
commit1bdabbcd2581b028662fc49ef6e101475d34d686 (patch)
tree12a456c05b5fa7047c44e547f70d40f899ce4b16
parent764387aaabc3df1a8bfd3110fc6942af503d6a8d (diff)
downloademacs-1bdabbcd2581b028662fc49ef6e101475d34d686.tar.gz
emacs-1bdabbcd2581b028662fc49ef6e101475d34d686.zip
(i*86*) Change [345] to [3456]
-rwxr-xr-xconfig.sub26
1 files changed, 15 insertions, 11 deletions
diff --git a/config.sub b/config.sub
index b3e1626860c..891879469fe 100755
--- a/config.sub
+++ b/config.sub
@@ -129,7 +129,7 @@ esac
129case $basic_machine in 129case $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 \
@@ -144,7 +144,7 @@ case $basic_machine in
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-* \
@@ -308,19 +308,19 @@ case $basic_machine in
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 ;;
@@ -419,14 +419,18 @@ case $basic_machine in
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/^[^-]*-//'`
429 ;; 430 ;;
431 pentiumpro-* | p6-*)
432 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
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
@@ -633,7 +637,7 @@ case $os in
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* \