about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gnu.org>1995-06-22 22:36:39 +0000
committerRichard Kenner <kenner@gnu.org>1995-06-22 22:36:39 +0000
commitdbd71bf2c205e624b705b67c7f64b674e37329d8 (patch)
tree8af42d1486c0afc4086f00b146289d56ea3d65e8
parent487253ea1f81b8223334200ada86a3d3b7de6d9c (diff)
downloadglibc-dbd71bf2c205e624b705b67c7f64b674e37329d8.tar.gz
glibc-dbd71bf2c205e624b705b67c7f64b674e37329d8.tar.xz
glibc-dbd71bf2c205e624b705b67c7f64b674e37329d8.zip
(mips:*:4*:UMIPS): New case.
-rwxr-xr-xconfig.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index 19066fbacc..478c406074 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 ;;