diff options
author | Ian Lance Taylor <ian@cygnus.com> | 1996-03-15 00:14:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@cygnus.com> | 1996-03-15 00:14:04 +0000 |
commit | 262df1e230ba9f88b6338f7a47d526ad27570bb1 (patch) | |
tree | 3b12372cc947507ec5766e45385e287e675ddf50 /config.guess | |
parent | 95d219b53e0840982ab55df5f1ee875de7bb3ca2 (diff) | |
download | emacs-262df1e230ba9f88b6338f7a47d526ad27570bb1.tar.gz |
Recognize mips-*-sysv*
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.guess b/config.guess index afd200a33d3..c3c4e799a6b 100755 --- a/config.guess +++ b/config.guess @@ -451,6 +451,13 @@ EOF mc68*:A/UX:*:*) echo m68k-apple-aux${UNAME_RELEASE} exit 0 ;; + R3000:*System_V*:*:*) + if [ -d /usr/nec ]; then + echo mips-nec-sysv${UNAME_RELEASE} + else + echo mips-unknown-sysv${UNAME_RELEASE} + fi + exit 0 ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 |