From: Richard Kenner Date: Wed, 26 Apr 1995 14:27:47 +0000 (+0000) Subject: (CRAY*Y-MP:*:*:*): New entry. X-Git-Tag: fsf-origin~289 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4cf8430355c9a4e600a49d03b2df2478ca9069e;p=thirdparty%2Fautoconf.git (CRAY*Y-MP:*:*:*): New entry. --- diff --git a/config.guess b/config.guess index a3d6a9f1b..d529d3544 100755 --- a/config.guess +++ b/config.guess @@ -275,6 +275,9 @@ EOF CRAY*Y-MP:UNICOS:*:*) echo ymp-cray-unicos exit 0 ;; + CRAY*Y-MP:*:*:*) + echo ymp-cray-unicos${UNAME_RELEASE} + exit 0 ;; CRAY-2:UNICOS:*:*) echo cray2-cray-unicos exit 0 ;;