* config.guess: Recognize Cray90 (from Pete TerMaat).

This commit is contained in:
bothner 1995-05-15 21:49:34 +00:00
parent cd0ae71951
commit 98d4351085

3
config.guess vendored
View File

@ -290,6 +290,9 @@ EOF
CRAY*Y-MP:*:*:*)
echo ymp-cray-unicos${UNAME_RELEASE}
exit 0 ;;
CRAY*C90:*:*:*)
echo c90-cray-unicos${UNAME_RELEASE}
exit 0 ;;
CRAY-2:*:*:*)
echo cray2-cray-unicos
exit 0 ;;