diff options
author | Richard Kenner <kenner@gnu.org> | 1995-04-26 14:27:47 +0000 |
---|---|---|
committer | Richard Kenner <kenner@gnu.org> | 1995-04-26 14:27:47 +0000 |
commit | 103c293fb627696f5a66043eb876e0fd0983525a (patch) | |
tree | fe087cd997302920e84da1feccd398e70ce1ad9a /config.guess | |
parent | bf3ccd1ae4b8fc1e28a8530619eb5c850daf88da (diff) |
(CRAY*Y-MP:*:*:*): New entry.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess index a3d6a9f1bf..d529d3544f 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 ;; |