diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-02-17 02:18:09 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-02-17 02:18:09 +0000 |
commit | ef465c0dd7f3a3fe1f8d4f33cadfa5bc9fcc769d (patch) | |
tree | 399ded7583b802e648f0d7409e1ae11530675a30 | |
parent | 4996da87dc3a749e35b7418b44871486103f4569 (diff) | |
download | emacs-ef465c0dd7f3a3fe1f8d4f33cadfa5bc9fcc769d.tar.gz |
(mips-sony-newsos*): New configuration.
-rwxr-xr-x | configure1.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in index 67759d071ff..4b827200fe0 100755 --- a/configure1.in +++ b/configure1.in @@ -889,6 +889,9 @@ case "${canonical}" in mips-sony-bsd* ) machine=news-risc opsys=bsd4-3 ;; + mips-sony-newsos* ) + machine=mips opsys=newsos5 + ;; ## Stride m68*-stride-sysv* ) |