changeset 993:292490bf8a49

Add "alpha".
author Richard Kenner <kenner@gnu.org>
date Fri, 14 Aug 1992 19:34:06 +0000
parents 144a9a018e7c
children 5b2a1922c4d5
files config.sub
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/config.sub	Fri Aug 14 17:44:31 1992 +0000
+++ b/config.sub	Fri Aug 14 19:34:06 1992 +0000
@@ -81,7 +81,8 @@
 	# Recognize the basic CPU types with without company name.
 	# Some are omitted here because they have special meanings below.
 	tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \
-		| tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 | we32k)
+		| tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \
+		| alpha | we32k)
 		basic_machine=$basic_machine-unknown
 		;;
 	# Recognize the basic CPU types with with company name.
@@ -89,7 +90,7 @@
 	      | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \
 	      | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
 	      | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \
-	      | hppa1.0-* | hppa1.1-* | we32k-*)
+	      | hppa1.0-* | hppa1.1-* | alpha-* | we32k-*)
 		;;
 	# Recognize the various machine names and aliases which stand
 	# for a CPU type and a company and sometimes even an OS.