summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorDavid J. MacKenzie <djm@gnu.org>1996-11-12 04:49:23 +0000
committerDavid J. MacKenzie <djm@gnu.org>1996-11-12 04:49:23 +0000
commitb8a8f8bd5ad2bcffb4ee3152f5f65d5e38a7b1cb (patch)
tree166a9f783cde0483c539a769b0cb534ac450f399 /config.guess
parentfbd0c0e3f38c66d56fd3c807c8f6db646d4b82ca (diff)
downloademacs-b8a8f8bd5ad2bcffb4ee3152f5f65d5e38a7b1cb.tar.gz
more bug fixes
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 595a59a13d3..4de737d6e2f 100755
--- a/config.guess
+++ b/config.guess
@@ -341,6 +341,9 @@ EOF
| sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
-e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/
exit 0 ;;
+ CRAY*TS:*:*:*)
+ echo t90-cray-unicos${UNAME_RELEASE}
+ exit 0 ;;
CRAY-2:*:*:*)
echo cray2-cray-unicos
exit 0 ;;