From 7ae3680842b7f135789dbdfd34a8b00ae31497ee Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Mon, 15 May 1995 21:49:34 +0000 Subject: * config.guess: Recognize Cray90 (from Pete TerMaat). --- config.guess | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'config.guess') diff --git a/config.guess b/config.guess index 969cec4f19..41f828ab7b 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 ;; -- cgit v1.2.1