summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gnu.org>1995-04-26 14:27:47 +0000
committerRichard Kenner <kenner@gnu.org>1995-04-26 14:27:47 +0000
commit12b325dcc9cd8b782c7fb9bdf80345768ecd25a8 (patch)
tree661d0e4b19dcf30338b826e6ec17c85f4d543cd9 /config.guess
parent1fe774b7dd8e08d848aefd90770c921ff28370ce (diff)
downloademacs-12b325dcc9cd8b782c7fb9bdf80345768ecd25a8.tar.gz
(CRAY*Y-MP:*:*:*): New entry.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index a3d6a9f1bfd..d529d3544f7 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 ;;