From f155a595f0354eedea014a1366431564876a9401 Mon Sep 17 00:00:00 2001 From: David MacKenzie Date: Tue, 12 Nov 1996 04:49:23 +0000 Subject: [PATCH] more bug fixes --- config.guess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.guess b/config.guess index 595a59a13d..4de737d6e2 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 ;; -- 2.11.4.GIT