diff options
| author | Doug Evans | 1997-09-09 22:23:48 +0000 |
|---|---|---|
| committer | Doug Evans | 1997-09-09 22:23:48 +0000 |
| commit | f5824ed6e3eef41343ca0dbcb9abcec4bd24f248 (patch) | |
| tree | 649c53b4eba42812b1cf970991b7fb5bcd4a209e | |
| parent | 4b15e3acac43a90e4d76a406daa9fa0c913a0a65 (diff) | |
| download | emacs-f5824ed6e3eef41343ca0dbcb9abcec4bd24f248.tar.gz emacs-f5824ed6e3eef41343ca0dbcb9abcec4bd24f248.zip | |
Recognize ARC cpu.
| -rwxr-xr-x | config.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sub b/config.sub index 126cb82c6fa..8f40fc09a44 100755 --- a/config.sub +++ b/config.sub | |||
| @@ -149,7 +149,7 @@ esac | |||
| 149 | case $basic_machine in | 149 | case $basic_machine in |
| 150 | # Recognize the basic CPU types without company name. | 150 | # Recognize the basic CPU types without company name. |
| 151 | # Some are omitted here because they have special meanings below. | 151 | # Some are omitted here because they have special meanings below. |
| 152 | tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arm \ | 152 | tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | 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 | alphaev5 | alphaev56 | we32k | ns16k | clipper \ | 155 | | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \ |
| @@ -172,7 +172,7 @@ case $basic_machine in | |||
| 172 | ;; | 172 | ;; |
| 173 | # Recognize the basic CPU types with company name. | 173 | # Recognize the basic CPU types with company name. |
| 174 | vax-* | tahoe-* | i[3456]86-* | i860-* | m32r-* | m68k-* | m68000-* \ | 174 | vax-* | tahoe-* | i[3456]86-* | i860-* | m32r-* | m68k-* | m68000-* \ |
| 175 | | m88k-* | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \ | 175 | | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \ |
| 176 | | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ | 176 | | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ |
| 177 | | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \ | 177 | | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \ |
| 178 | | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* \ | 178 | | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* \ |