diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-03-09 12:32:01 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-03-09 12:32:01 (GMT) |
commit | 6d92cc641efb6f8ad69384f9feec61b3c3be109d (patch) | |
tree | ed98d2c8c6f6cf5e733bf217da9f0d24ea550ed8 /bin/config.guess | |
parent | 84adb085e357d4faf80d567037682b780fbb151f (diff) | |
download | hdf5-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-x | bin/config.guess | 3 |
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 ;; |