diff options
author | David MacKenzie <djm@djmnet.org> | 1996-11-12 04:49:23 +0000 |
---|---|---|
committer | David MacKenzie <djm@djmnet.org> | 1996-11-12 04:49:23 +0000 |
commit | f155a595f0354eedea014a1366431564876a9401 (patch) | |
tree | df3a41ce1591d4fc4d558d7e7b93520b1e311fb7 /config.guess | |
parent | d4a089cf193c467693f92a0a4ba1367b106a07dd (diff) | |
download | glibc-f155a595f0354eedea014a1366431564876a9401.tar.gz |
more bug fixes
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 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 ;; |