diff options
author | Richard Kenner <kenner@gnu.org> | 1995-06-22 22:36:39 +0000 |
---|---|---|
committer | Richard Kenner <kenner@gnu.org> | 1995-06-22 22:36:39 +0000 |
commit | 753b921cbb4820932c9b6d3f07b5f82d02d0c13e (patch) | |
tree | 82f64fce001ff876473774493fe9d57ba0282c1e /config.guess | |
parent | d6003642f7526641af811150402213ab44445f2b (diff) | |
download | emacs-753b921cbb4820932c9b6d3f07b5f82d02d0c13e.tar.gz |
(mips:*:4*:UMIPS): New case.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess index 19066fbacc8..478c4060742 100755 --- a/config.guess +++ b/config.guess @@ -114,6 +114,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit 0 ;; + mips:*:4*:UMIPS) + echo mips-mips-riscos4sysv + exit 0 ;; mips:*:5*:RISCos) echo mips-mips-riscos${UNAME_RELEASE} exit 0 ;; |