From: David J. MacKenzie Date: Tue, 12 Nov 1996 04:49:23 +0000 (+0000) Subject: more bug fixes X-Git-Tag: emacs-20.1~3377 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d4da19c0664be98ba3156c6e2edf4b4d24c051b;p=emacs.git more bug fixes --- 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 ;;