changeset 11814:f9c9e52a7ef5

* config.guess: Recognize Cray90 (from Pete TerMaat).
author Per Bothner <bothner@cygnus.com>
date Mon, 15 May 1995 21:49:34 +0000
parents 5b7a7c92323d
children e8214d59e98d
files config.guess
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/config.guess	Mon May 15 21:47:44 1995 +0000
+++ b/config.guess	Mon May 15 21:49:34 1995 +0000
@@ -288,8 +288,11 @@
 	echo xmp-cray-unicos
         exit 0 ;;
     CRAY*Y-MP:*:*:*)
-      echo ymp-cray-unicos${UNAME_RELEASE}
-      exit 0 ;;
+	echo ymp-cray-unicos${UNAME_RELEASE}
+	exit 0 ;;
+    CRAY*C90:*:*:*)
+	echo c90-cray-unicos${UNAME_RELEASE}
+	exit 0 ;;
     CRAY-2:*:*:*)
 	echo cray2-cray-unicos
         exit 0 ;;