Generalize C90 alternative to all x90 machines.

This commit is contained in:
tege 1996-07-14 18:09:15 +00:00
parent f0b44be00f
commit 893f6b0fc3

5
config.guess vendored
View File

@ -320,8 +320,9 @@ EOF
CRAY*Y-MP:*:*:*) CRAY*Y-MP:*:*:*)
echo ymp-cray-unicos${UNAME_RELEASE} echo ymp-cray-unicos${UNAME_RELEASE}
exit 0 ;; exit 0 ;;
CRAY*C90:*:*:*) CRAY*[A-Z]90:*:*:*)
echo c90-cray-unicos${UNAME_RELEASE} echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
| sed -e 's/CRAY.*\([A-Z]90\)/\1/' | tr A-Z a-z
exit 0 ;; exit 0 ;;
CRAY-2:*:*:*) CRAY-2:*:*:*)
echo cray2-cray-unicos echo cray2-cray-unicos