aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Kenner1995-04-26 14:27:47 +0000
committerRichard Kenner1995-04-26 14:27:47 +0000
commit0db66aed332709b54a996008785dfdf55d17a418 (patch)
tree263d6de8008e70074111971aef758f7303d2cc55
parentadedc71d913fb8b4b18dc0292a260eac2d8c28be (diff)
downloademacs-0db66aed332709b54a996008785dfdf55d17a418.tar.gz
emacs-0db66aed332709b54a996008785dfdf55d17a418.zip
(CRAY*Y-MP:*:*:*): New entry.
-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
275 CRAY*Y-MP:UNICOS:*:*) 275 CRAY*Y-MP:UNICOS:*:*)
276 echo ymp-cray-unicos 276 echo ymp-cray-unicos
277 exit 0 ;; 277 exit 0 ;;
278 CRAY*Y-MP:*:*:*)
279 echo ymp-cray-unicos${UNAME_RELEASE}
280 exit 0 ;;
278 CRAY-2:UNICOS:*:*) 281 CRAY-2:UNICOS:*:*)
279 echo cray2-cray-unicos 282 echo cray2-cray-unicos
280 exit 0 ;; 283 exit 0 ;;