aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorbjorn Granlund1996-07-14 18:09:15 +0000
committerTorbjorn Granlund1996-07-14 18:09:15 +0000
commitd5801d7104d2ba4d7032971cccbbd52cd6530243 (patch)
treec9aba18f01e3d08f352e630dd286029b65be339a
parent58ee38cab88f4558ac3e5cd1d6acff2da7000aba (diff)
downloademacs-d5801d7104d2ba4d7032971cccbbd52cd6530243.tar.gz
emacs-d5801d7104d2ba4d7032971cccbbd52cd6530243.zip
Generalize C90 alternative to all x90 machines.
-rwxr-xr-xconfig.guess5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.guess b/config.guess
index f89f911b709..7adf7df6640 100755
--- a/config.guess
+++ b/config.guess
@@ -320,8 +320,9 @@ EOF
320 CRAY*Y-MP:*:*:*) 320 CRAY*Y-MP:*:*:*)
321 echo ymp-cray-unicos${UNAME_RELEASE} 321 echo ymp-cray-unicos${UNAME_RELEASE}
322 exit 0 ;; 322 exit 0 ;;
323 CRAY*C90:*:*:*) 323 CRAY*[A-Z]90:*:*:*)
324 echo c90-cray-unicos${UNAME_RELEASE} 324 echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
325 | sed -e 's/CRAY.*\([A-Z]90\)/\1/' | tr A-Z a-z
325 exit 0 ;; 326 exit 0 ;;
326 CRAY-2:*:*:*) 327 CRAY-2:*:*:*)
327 echo cray2-cray-unicos 328 echo cray2-cray-unicos