]> code.delx.au - gnu-emacs/commitdiff
* config.guess: Recognize Cray90 (from Pete TerMaat).
authorPer Bothner <bothner@cygnus.com>
Mon, 15 May 1995 21:49:34 +0000 (21:49 +0000)
committerPer Bothner <bothner@cygnus.com>
Mon, 15 May 1995 21:49:34 +0000 (21:49 +0000)
config.guess

index 969cec4f19e1e911f29701ccc3b17254824794de..41f828ab7b5504ce118f31867722344e0c36e25f 100755 (executable)
@@ -288,8 +288,11 @@ EOF
        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 ;;