aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index 595a59a13d3..4de737d6e2f 100755
--- a/config.guess
+++ b/config.guess
@@ -341,6 +341,9 @@ EOF
341 | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ 341 | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
342 -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ 342 -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/
343 exit 0 ;; 343 exit 0 ;;
344 CRAY*TS:*:*:*)
345 echo t90-cray-unicos${UNAME_RELEASE}
346 exit 0 ;;
344 CRAY-2:*:*:*) 347 CRAY-2:*:*:*)
345 echo cray2-cray-unicos 348 echo cray2-cray-unicos
346 exit 0 ;; 349 exit 0 ;;