diff options
author | Jeff Law <law@redhat.com> | 1997-09-05 18:08:34 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-09-05 18:08:34 +0000 |
commit | f08d6e223d9bdffd792562fd3192a4ec21230194 (patch) | |
tree | 03e208c5bf211441b960d95263b393968236fad6 | |
parent | 047c348408bf7463b19dc95d5131d85fe4d335a7 (diff) | |
download | emacs-f08d6e223d9bdffd792562fd3192a4ec21230194.tar.gz |
* config.sub: Recognize v850-elf.libc-970908libc-970907libc-970906
-rwxr-xr-x | config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub index ec305d2bef1..126cb82c6fa 100755 --- a/config.sub +++ b/config.sub @@ -156,7 +156,7 @@ case $basic_machine in | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \ | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ | mipstx39 | mipstx39el \ - | sparc | sparclet | sparclite | sparc64) + | sparc | sparclet | sparclite | sparc64 | v850) basic_machine=$basic_machine-unknown ;; # We use `pc' rather than `unknown' |