From f3297853daee54b8d20afc0c506b09a8ad0be666 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Sun, 14 Jul 1996 18:09:15 +0000 Subject: [PATCH] Generalize C90 alternative to all x90 machines. From-SVN: r12443 --- gcc/config.guess | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gcc/config.guess b/gcc/config.guess index f89f911b709..7adf7df6640 100755 --- a/gcc/config.guess +++ b/gcc/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 -- 2.30.2