summaryrefslogtreecommitdiffstats
path: root/bin/config.guess
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-02-19 22:41:40 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-02-19 22:41:40 (GMT)
commitb16c146160121f9406d918a4909b2b8f0726a876 (patch)
treec19ac9a29a7f5d6d93e892426710300eafd2ae88 /bin/config.guess
parent1585545c5ab53f55dd6d0c0416f6d798cc8b4e54 (diff)
downloadhdf5-b16c146160121f9406d918a4909b2b8f0726a876.zip
hdf5-b16c146160121f9406d918a4909b2b8f0726a876.tar.gz
hdf5-b16c146160121f9406d918a4909b2b8f0726a876.tar.bz2
[svn-r1085] Added platform T3E.
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 46c1d11..a8be60f 100755
--- a/bin/config.guess
+++ b/bin/config.guess
@@ -309,6 +309,9 @@ EOF
CRAY*TS:*:*:*)
echo crayts-cray-unicos
exit 0 ;;
+ CRAY*T3E:*:*:*)
+ echo t3e-cray-unicosmk
+ exit 0 ;;
hp3[0-9][05]:NetBSD:*:*)
echo m68k-hp-netbsd${UNAME_RELEASE}
exit 0 ;;