diff options
author | Richard Kenner <kenner@gnu.org> | 1997-07-21 00:58:41 +0000 |
---|---|---|
committer | Richard Kenner <kenner@gnu.org> | 1997-07-21 00:58:41 +0000 |
commit | 1d29eec2b9dcfdbc136d88d16c705e3d99ee80b1 (patch) | |
tree | 8f1fea254af2a57829237359a639a0fb7dd16f24 /config.sub | |
parent | 13c482f153139a89af8a924189205cfada8e2c83 (diff) | |
download | emacs-1d29eec2b9dcfdbc136d88d16c705e3d99ee80b1.tar.gz |
(alphaev5, alphaev56): New CPU types.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/config.sub b/config.sub index ca2bac714c1..ed95ed00cd1 100755 --- a/config.sub +++ b/config.sub @@ -152,9 +152,9 @@ case $basic_machine in tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arm \ | arme[lb] | pyramid | mn10200 | mn10300 \ | tron | a29k | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 \ - | alpha | we32k | ns16k | clipper | i370 | sh \ - | powerpc | powerpcle | 1750a | dsp16xx | mips64 | mipsel \ - | pdp11 | mips64el | mips64orion | mips64orionel \ + | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \ + | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \ + | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ | sparc | sparclet | sparclite | sparc64) basic_machine=$basic_machine-unknown ;; @@ -172,11 +172,13 @@ case $basic_machine in # Recognize the basic CPU types with company name. vax-* | tahoe-* | i[3456]86-* | i860-* | m32r-* | m68k-* | m68000-* \ | m88k-* | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \ - | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* | power-* \ - | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ - | hppa-* | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \ - | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \ - | pdp11-* | sh-* | powerpc-* | powerpcle-* | sparc64-* | mips64-* | mipsel-* \ + | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ + | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \ + | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* \ + | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \ + | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \ + | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ + | sparc64-* | mips64-* | mipsel-* \ | mips64el-* | mips64orion-* | mips64orionel-* | f301-*) ;; # Recognize the various machine names and aliases which stand |