aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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