From: Per Bothner Date: Mon, 15 May 1995 21:49:34 +0000 (+0000) Subject: * config.guess: Recognize Cray90 (from Pete TerMaat). X-Git-Tag: emacs-19.34~4044 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=81291a475d2e4a54c7bb9199811e3ddd5b267a6b;p=emacs.git * config.guess: Recognize Cray90 (from Pete TerMaat). --- diff --git a/config.guess b/config.guess index 969cec4f19e..41f828ab7b5 100755 --- a/config.guess +++ b/config.guess @@ -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 ;;