From: Torbjorn Granlund Date: Sun, 14 Jul 1996 18:09:15 +0000 (+0000) Subject: Generalize C90 alternative to all x90 machines. X-Git-Tag: emacs-19.34~190 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5801d7104d2ba4d7032971cccbbd52cd6530243;p=emacs.git Generalize C90 alternative to all x90 machines. --- diff --git a/config.guess b/config.guess index f89f911b709..7adf7df6640 100755 --- a/config.guess +++ b/config.guess @@ -320,8 +320,9 @@ EOF CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} exit 0 ;; - CRAY*C90:*:*:*) - echo c90-cray-unicos${UNAME_RELEASE} + CRAY*[A-Z]90:*:*:*) + echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ + | sed -e 's/CRAY.*\([A-Z]90\)/\1/' | tr A-Z a-z exit 0 ;; CRAY-2:*:*:*) echo cray2-cray-unicos