Mercurial > emacs
diff config.guess @ 15672:d91ddc424d9a libc-960715
Generalize C90 alternative to all x90 machines.
author | Torbjorn Granlund <tege@swox.com> |
---|---|
date | Sun, 14 Jul 1996 18:09:15 +0000 |
parents | 6a77264bef21 |
children | b4ce59b6a6a7 |
line wrap: on
line diff
--- a/config.guess Sun Jul 14 16:46:25 1996 +0000 +++ b/config.guess Sun Jul 14 18:09:15 1996 +0000 @@ -320,8 +320,9 @@ 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