diff options
| author | Richard Kenner | 1997-07-21 00:58:41 +0000 |
|---|---|---|
| committer | Richard Kenner | 1997-07-21 00:58:41 +0000 |
| commit | 1d29eec2b9dcfdbc136d88d16c705e3d99ee80b1 (patch) | |
| tree | 8f1fea254af2a57829237359a639a0fb7dd16f24 | |
| parent | 13c482f153139a89af8a924189205cfada8e2c83 (diff) | |
| download | emacs-1d29eec2b9dcfdbc136d88d16c705e3d99ee80b1.tar.gz emacs-1d29eec2b9dcfdbc136d88d16c705e3d99ee80b1.zip | |
(alphaev5, alphaev56): New CPU types.
| -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 | |||
| 152 | tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arm \ | 152 | tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arm \ |
| 153 | | arme[lb] | pyramid | mn10200 | mn10300 \ | 153 | | arme[lb] | pyramid | mn10200 | mn10300 \ |
| 154 | | tron | a29k | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 \ | 154 | | tron | a29k | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 \ |
| 155 | | alpha | we32k | ns16k | clipper | i370 | sh \ | 155 | | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \ |
| 156 | | powerpc | powerpcle | 1750a | dsp16xx | mips64 | mipsel \ | 156 | | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \ |
| 157 | | pdp11 | mips64el | mips64orion | mips64orionel \ | 157 | | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ |
| 158 | | sparc | sparclet | sparclite | sparc64) | 158 | | sparc | sparclet | sparclite | sparc64) |
| 159 | basic_machine=$basic_machine-unknown | 159 | basic_machine=$basic_machine-unknown |
| 160 | ;; | 160 | ;; |
| @@ -172,11 +172,13 @@ case $basic_machine in | |||
| 172 | # Recognize the basic CPU types with company name. | 172 | # Recognize the basic CPU types with company name. |
| 173 | vax-* | tahoe-* | i[3456]86-* | i860-* | m32r-* | m68k-* | m68000-* \ | 173 | vax-* | tahoe-* | i[3456]86-* | i860-* | m32r-* | m68k-* | m68000-* \ |
| 174 | | m88k-* | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \ | 174 | | m88k-* | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \ |
| 175 | | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* | power-* \ | 175 | | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ |
| 176 | | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ | 176 | | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \ |
| 177 | | hppa-* | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \ | 177 | | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* \ |
| 178 | | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \ | 178 | | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \ |
| 179 | | pdp11-* | sh-* | powerpc-* | powerpcle-* | sparc64-* | mips64-* | mipsel-* \ | 179 | | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \ |
| 180 | | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ | ||
| 181 | | sparc64-* | mips64-* | mipsel-* \ | ||
| 180 | | mips64el-* | mips64orion-* | mips64orionel-* | f301-*) | 182 | | mips64el-* | mips64orion-* | mips64orionel-* | f301-*) |
| 181 | ;; | 183 | ;; |
| 182 | # Recognize the various machine names and aliases which stand | 184 | # Recognize the various machine names and aliases which stand |