aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1997-09-10 01:53:17 -0600
committerJeff Law <law@gcc.gnu.org>1997-09-10 01:53:17 -0600
commit8eb30e12b6117bef8af398f82d369a2b1acddf98 (patch)
tree195f90bae1f6751552ac61bd234f2df63866f2fd
parentb4d940a26d157106c8328e3ae1104df656fa57ca (diff)
downloadgcc-8eb30e12b6117bef8af398f82d369a2b1acddf98.zip
gcc-8eb30e12b6117bef8af398f82d369a2b1acddf98.tar.gz
gcc-8eb30e12b6117bef8af398f82d369a2b1acddf98.tar.bz2
Arc changes I forgot in last commit.
From-SVN: r15221
-rwxr-xr-xgcc/config.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.sub b/gcc/config.sub
index 094b754..50a38b2 100755
--- a/gcc/config.sub
+++ b/gcc/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 \
@@ -171,7 +171,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-* \