summaryrefslogtreecommitdiff
path: root/gcc/config.sub
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1997-03-24 20:38:28 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1997-03-24 20:38:28 +0000
commite508be80c22deb5f42603541d1df751321e64a91 (patch)
tree8d4acd3dad604fd2f2c0e74ee55bad8fa8c76e14 /gcc/config.sub
parent7820337b04b450d3ba39693d4e6c4e8b5ea66f5d (diff)
downloadgcc-e508be80c22deb5f42603541d1df751321e64a91.tar.gz
(m32r,mn10300): Add.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13763 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.sub')
-rwxr-xr-xgcc/config.sub8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config.sub b/gcc/config.sub
index cd342535401..0131946b93e 100755
--- a/gcc/config.sub
+++ b/gcc/config.sub
@@ -149,8 +149,8 @@ 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 | m68k | m68000 | m88k | ns32k | arm \
- | arme[lb] | pyramid \
+ tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arm \
+ | arme[lb] | pyramid | mn10300 \
| tron | a29k | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 \
| alpha | we32k | ns16k | clipper | i370 | sh \
| powerpc | powerpcle | 1750a | dsp16xx | mips64 | mipsel \
@@ -170,8 +170,8 @@ case $basic_machine in
exit 1
;;
# Recognize the basic CPU types with company name.
- vax-* | tahoe-* | i[3456]86-* | i860-* | m68k-* | m68000-* | m88k-* \
- | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \
+ 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-* \