diff options
author | David J. MacKenzie <djm@gnu.org> | 1996-11-12 04:49:23 +0000 |
---|---|---|
committer | David J. MacKenzie <djm@gnu.org> | 1996-11-12 04:49:23 +0000 |
commit | b8a8f8bd5ad2bcffb4ee3152f5f65d5e38a7b1cb (patch) | |
tree | 166a9f783cde0483c539a769b0cb534ac450f399 | |
parent | fbd0c0e3f38c66d56fd3c807c8f6db646d4b82ca (diff) | |
download | emacs-b8a8f8bd5ad2bcffb4ee3152f5f65d5e38a7b1cb.tar.gz |
more bug fixes
-rwxr-xr-x | config.guess | 3 |
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 ;; |