summaryrefslogtreecommitdiffstats
path: root/bin/config.guess
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-03-09 12:32:01 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-03-09 12:32:01 (GMT)
commit6d92cc641efb6f8ad69384f9feec61b3c3be109d (patch)
treeed98d2c8c6f6cf5e733bf217da9f0d24ea550ed8 /bin/config.guess
parent84adb085e357d4faf80d567037682b780fbb151f (diff)
downloadhdf5-6d92cc641efb6f8ad69384f9feec61b3c3be109d.zip
hdf5-6d92cc641efb6f8ad69384f9feec61b3c3be109d.tar.gz
hdf5-6d92cc641efb6f8ad69384f9feec61b3c3be109d.tar.bz2
[svn-r1121] Added Cray T3E recognition. OS named as unicosmk.
Diffstat (limited to 'bin/config.guess')
-rwxr-xr-xbin/config.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/config.guess b/bin/config.guess
index 413ed41..13a086c 100755
--- a/bin/config.guess
+++ b/bin/config.guess
@@ -448,6 +448,9 @@ EOF
CRAY*TS:*:*:*)
echo t90-cray-unicos${UNAME_RELEASE}
exit 0 ;;
+ CRAY*T3E:*:*:*)
+ echo t3e-cray-unicosmk
+ exit 0 ;;
CRAY-2:*:*:*)
echo cray2-cray-unicos
exit 0 ;;