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:
parent
58ee38cab8
commit
d5801d7104
1 changed files with 3 additions and 2 deletions
5
config.guess
vendored
5
config.guess
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue