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 | af0f61c3f93a6b608d6843a9492a245c4f5bb72d (patch) | |
tree | 32854c57ddd6a2e1320df9329451a4797419891b /configure.in | |
parent | 15a3a072cfe3482fade8d7d0e3187c1a6f261ab5 (diff) | |
download | emacs-af0f61c3f93a6b608d6843a9492a245c4f5bb72d.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 ;; |