From: Torbjorn Granlund Date: Sun, 14 Jul 1996 18:09:15 +0000 (+0000) Subject: Generalize C90 alternative to all x90 machines. X-Git-Tag: fsf-origin~113 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=280204aa12c1d165faf0b77c8966cb458ec7f5b0;p=thirdparty%2Fautoconf.git Generalize C90 alternative to all x90 machines. --- diff --git a/config.guess b/config.guess index f89f911b7..7adf7df66 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