Generalize C90 alternative to all x90 machines.

This commit is contained in:
Torbjorn Granlund 1996-07-14 18:09:15 +00:00
parent a78b0f1827
commit 939d5646d1
1 changed files with 3 additions and 2 deletions

5
config.guess vendored
View File

@ -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