Mercurial > emacs
changeset 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 | 27e6b6f4f1b6 |
children | b4ce59b6a6a7 |
files | config.guess |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
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