diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-08-14 19:34:06 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-08-14 19:34:06 +0000 |
commit | 80c9210b33b42996abee74cb30bdd1132f3c0b30 (patch) | |
tree | f95d7bf398299f6d5a570b4413ff320c26e1dedb /gcc/config.sub | |
parent | 333949710446b91df68af6e8ae28f9c7c7628efa (diff) | |
download | gcc-80c9210b33b42996abee74cb30bdd1132f3c0b30.tar.gz |
Add "alpha".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1839 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.sub')
-rwxr-xr-x | gcc/config.sub | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config.sub b/gcc/config.sub index 231355e89b4..01149b1f5d7 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -81,7 +81,8 @@ case $basic_machine in # 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 @@ case $basic_machine in | 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. |