OSDN Git Service

Generalize C90 alternative to all x90 machines.
authortege <tege@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Jul 1996 18:09:15 +0000 (18:09 +0000)
committertege <tege@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Jul 1996 18:09:15 +0000 (18:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12443 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config.guess

index f89f911..7adf7df 100755 (executable)
@@ -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