aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-04-26 10:27:47 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-04-26 10:27:47 -0400
commitc7db4570ac8c6e1cc0f99dd84571726902051bf3 (patch)
tree05e0283da6b14775ec38b134f2ca0c881762d6ad /gcc
parent4160009ff82996166b12cd9dd5b00228ccf28e91 (diff)
downloadgcc-c7db4570ac8c6e1cc0f99dd84571726902051bf3.zip
gcc-c7db4570ac8c6e1cc0f99dd84571726902051bf3.tar.gz
gcc-c7db4570ac8c6e1cc0f99dd84571726902051bf3.tar.bz2
(CRAY*Y-MP:*:*:*): New entry.
From-SVN: r9473
Diffstat (limited to 'gcc')
-rwxr-xr-xgcc/config.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.guess b/gcc/config.guess
index a3d6a9f..d529d35 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 ;;