From: Richard Kenner Date: Wed, 26 Apr 1995 14:27:47 +0000 (-0400) Subject: (CRAY*Y-MP:*:*:*): New entry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c7db4570ac8c6e1cc0f99dd84571726902051bf3;p=gcc.git (CRAY*Y-MP:*:*:*): New entry. From-SVN: r9473 --- diff --git a/gcc/config.guess b/gcc/config.guess index a3d6a9f1bfd..d529d3544f7 100755 --- a/gcc/config.guess +++ b/gcc/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 ;;