diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-06-28 17:04:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-06-28 17:04:58 +0000 |
commit | be4d8b37c8f38063e80aa9f3f7427af60e69c6cb (patch) | |
tree | a67a267b4a73946fe63d2d30824aa3112d45ccb2 /configure1.in | |
parent | a98ea3f945a231230ffd5fbaa8fff6ba4319de97 (diff) | |
download | emacs-be4d8b37c8f38063e80aa9f3f7427af60e69c6cb.tar.gz |
(mips-sony-newsos4*): New alias.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in index fcce8fb02d7..9ec184ec444 100755 --- a/configure1.in +++ b/configure1.in @@ -910,7 +910,7 @@ case "${canonical}" in m68*-sony-newsos3*) machine=news opsys=bsd4-3 ;; - mips-sony-bsd* ) + mips-sony-bsd* | mips-sony-newsos4* ) machine=news-risc opsys=bsd4-3 ;; mips-sony-newsos* ) |