1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 01:41:01 -08:00

Generalize C90 alternative to all x90 machines.

This commit is contained in:
Torbjorn Granlund 1996-07-14 18:09:15 +00:00
parent 58ee38cab8
commit d5801d7104

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