From: Torbjorn Granlund Date: Sun, 14 Jul 1996 18:09:15 +0000 (+0000) Subject: Generalize C90 alternative to all x90 machines. X-Git-Tag: cvs/libc-960715~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=939d5646d18b178c5a46aa38a0c77b311dbbcb1a;p=thirdparty%2Fglibc.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