about summary refs log tree commit diff
path: root/config.guess
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1995-05-12 00:19:09 +0000
committerPer Bothner <per@bothner.com>1995-05-12 00:19:09 +0000
commit63deb0e4e7fc6ed90e8666646a813761afb97520 (patch)
tree1e8842bbcce2e89d983617f41381aab041847bf6 /config.guess
parent7e0e6f50070d1975226f2510a3e1c4200df02a90 (diff)
downloadglibc-63deb0e4e7fc6ed90e8666646a813761afb97520.tar.gz
glibc-63deb0e4e7fc6ed90e8666646a813761afb97520.tar.xz
glibc-63deb0e4e7fc6ed90e8666646a813761afb97520.zip
Recognize PCs running Solaris2. Also, some cleaning up for CRAYs.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.guess b/config.guess
index 60ef93a69d..969cec4f19 100755
--- a/config.guess
+++ b/config.guess
@@ -75,6 +75,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
     sun4*:SunOS:5.*:*)
 	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 	exit 0 ;;
+    i86pc:SunOS:5.*:*)
+	echo i386-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+	exit 0 ;;
     sun4*:SunOS:6*:*)
 	# According to config.sub, this is the proper way to canonicalize
 	# SunOS6.  Hard to guess exactly what SunOS6 will be like, but
@@ -281,16 +284,13 @@ EOF
     C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
 	echo c4-convex-bsd
         exit 0 ;;
-    CRAY*X-MP:UNICOS:*:*)
+    CRAY*X-MP:*:*:*)
 	echo xmp-cray-unicos
         exit 0 ;;
-    CRAY*Y-MP:UNICOS:*:*)
-	echo ymp-cray-unicos
-        exit 0 ;;
     CRAY*Y-MP:*:*:*)
       echo ymp-cray-unicos${UNAME_RELEASE}
       exit 0 ;;
-    CRAY-2:UNICOS:*:*)
+    CRAY-2:*:*:*)
 	echo cray2-cray-unicos
         exit 0 ;;
     hp3[0-9][05]:NetBSD:*:*)