diff options
author | Jeff Law <law@redhat.com> | 1997-06-23 17:53:11 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-06-23 17:53:11 +0000 |
commit | 7d66892d3d6c01f5c67471d04b823a7869882257 (patch) | |
tree | 0574617999bbcb28449f6ee5075340aad383060e /config.sub | |
parent | 140835c2e852b7a1d378c816c64007e12c9ade77 (diff) | |
download | emacs-7d66892d3d6c01f5c67471d04b823a7869882257.tar.gz |
* config.sub (mn10200): Recognize new basic machine.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub index 3f5c202f148..2d0953e876f 100755 --- a/config.sub +++ b/config.sub @@ -150,7 +150,7 @@ 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 \ - | arme[lb] | pyramid | mn10300 \ + | arme[lb] | pyramid | mn10200 | mn10300 \ | tron | a29k | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 \ | alpha | we32k | ns16k | clipper | i370 | sh \ | powerpc | powerpcle | 1750a | dsp16xx | mips64 | mipsel \ |