diff options
author | Linda A. Walsh <gnu@tlinx.org> | 1997-06-23 17:53:11 +0000 |
---|---|---|
committer | Linda A. Walsh <gnu@tlinx.org> | 1997-06-23 17:53:11 +0000 |
commit | a77268bbd40150c0bd4080285eb81112851941d1 (patch) | |
tree | 600ae5c8c85425012b6778de37eabfcdddbd15f2 /config.sub | |
parent | 2deb04fc56304ba56c04e8ef369e07793b7a0778 (diff) | |
download | automake-a77268bbd40150c0bd4080285eb81112851941d1.tar.gz |
* config.sub (mn10200): Recognize new basic machine.
Diffstat (limited to 'config.sub')
-rw-r--r-- | config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub index 3f5c202f1..2d0953e87 100644 --- 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 \ |