diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-02-19 22:41:40 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-02-19 22:41:40 (GMT) |
commit | b16c146160121f9406d918a4909b2b8f0726a876 (patch) | |
tree | c19ac9a29a7f5d6d93e892426710300eafd2ae88 /bin/config.sub | |
parent | 1585545c5ab53f55dd6d0c0416f6d798cc8b4e54 (diff) | |
download | hdf5-b16c146160121f9406d918a4909b2b8f0726a876.zip hdf5-b16c146160121f9406d918a4909b2b8f0726a876.tar.gz hdf5-b16c146160121f9406d918a4909b2b8f0726a876.tar.bz2 |
[svn-r1085] Added platform T3E.
Diffstat (limited to 'bin/config.sub')
-rwxr-xr-x | bin/config.sub | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/config.sub b/bin/config.sub index 535959c..d36d9ae 100755 --- a/bin/config.sub +++ b/bin/config.sub @@ -225,6 +225,10 @@ case $basic_machine in basic_machine=cray2-cray os=-unicos ;; + cray-t3e | t3e | t3e-cray) + basic_machine=t3e-cray + os=-unicosmk + ;; crds | unos) basic_machine=m68k-crds ;; |