aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Kenner1992-08-14 19:34:06 +0000
committerRichard Kenner1992-08-14 19:34:06 +0000
commit6ca8e64c3aa50c47501d4c0deaec09df234b66af (patch)
tree20a4435061f14bb65089652ef1d02cde083189ea
parent1260d6ba3e04b530a24b9e624802d82716129275 (diff)
downloademacs-6ca8e64c3aa50c47501d4c0deaec09df234b66af.tar.gz
emacs-6ca8e64c3aa50c47501d4c0deaec09df234b66af.zip
Add "alpha".
-rwxr-xr-xconfig.sub5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index 231355e89b4..01149b1f5d7 100755
--- a/config.sub
+++ b/config.sub
@@ -81,7 +81,8 @@ case $basic_machine in
81 # Recognize the basic CPU types with without company name. 81 # Recognize the basic CPU types with without company name.
82 # Some are omitted here because they have special meanings below. 82 # Some are omitted here because they have special meanings below.
83 tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \ 83 tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \
84 | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 | we32k) 84 | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \
85 | alpha | we32k)
85 basic_machine=$basic_machine-unknown 86 basic_machine=$basic_machine-unknown
86 ;; 87 ;;
87 # Recognize the basic CPU types with with company name. 88 # Recognize the basic CPU types with with company name.
@@ -89,7 +90,7 @@ case $basic_machine in
89 | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \ 90 | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \
90 | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ 91 | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
91 | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ 92 | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \
92 | hppa1.0-* | hppa1.1-* | we32k-*) 93 | hppa1.0-* | hppa1.1-* | alpha-* | we32k-*)
93 ;; 94 ;;
94 # Recognize the various machine names and aliases which stand 95 # Recognize the various machine names and aliases which stand
95 # for a CPU type and a company and sometimes even an OS. 96 # for a CPU type and a company and sometimes even an OS.