diff options
author | Doug Evans <dje@gnu.org> | 1997-09-09 22:23:48 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1997-09-09 22:23:48 +0000 |
commit | 65de89ef9adde9b26a8f10b5837eec8766cce026 (patch) | |
tree | 283c3b58408195f8e802ba963f37cf3efd0ce9a1 | |
parent | 3b773c79520bb8a286599268801a9a7a02ad0394 (diff) | |
download | automake-65de89ef9adde9b26a8f10b5837eec8766cce026.tar.gz |
Recognize ARC cpu.
-rw-r--r-- | config.sub | 4 | ||||
-rw-r--r-- | lib/config.sub | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config.sub b/config.sub index 126cb82c6..8f40fc09a 100644 --- a/config.sub +++ b/config.sub @@ -149,7 +149,7 @@ esac case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. - tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arm \ + tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \ | arme[lb] | pyramid | mn10200 | mn10300 \ | tron | a29k | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 \ | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \ @@ -172,7 +172,7 @@ 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]* \ + | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \ | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \ | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* \ diff --git a/lib/config.sub b/lib/config.sub index 126cb82c6..8f40fc09a 100644 --- a/lib/config.sub +++ b/lib/config.sub @@ -149,7 +149,7 @@ esac case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. - tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arm \ + tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \ | arme[lb] | pyramid | mn10200 | mn10300 \ | tron | a29k | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 \ | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \ @@ -172,7 +172,7 @@ 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]* \ + | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \ | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \ | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* \ |