diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-22 19:17:51 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-22 19:17:51 +0000 |
commit | 423ef6e82051910c159985d282c35517fa1adcd5 (patch) | |
tree | 1fb7ffd71fae3a078f2179f471f6ccc4d0a3c944 /configure.in | |
parent | d3dcea6f80a9ea4d4f12441229c62b6a53a03276 (diff) | |
download | emacs-423ef6e82051910c159985d282c35517fa1adcd5.tar.gz |
(mips-sony-newsos6*): New alternative.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index b852510d023..7105a0dc01b 100644 --- a/configure.in +++ b/configure.in @@ -714,6 +714,9 @@ case "${canonical}" in mips-sony-bsd* | mips-sony-newsos4* | mips-sony-news4*) machine=news-risc opsys=bsd4-3 ;; + mips-sony-newsos6* ) + machine=news-risc opsys=newsos6 + ;; mips-sony-news* ) machine=news-risc opsys=newsos5 ;; |