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 | eaa2dcbd2c61d45b8cd2e824792a3b6be4568c1b (patch) | |
tree | 82902c4dc17c7d9a1f96b25e830b54432c763828 | |
parent | f9b9f71b31297c9e6b1e11360f55b2feb1de8cd7 (diff) | |
download | emacs-eaa2dcbd2c61d45b8cd2e824792a3b6be4568c1b.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* ) |