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 | |
parent | 1585545c5ab53f55dd6d0c0416f6d798cc8b4e54 (diff) | |
download | hdf5-b16c146160121f9406d918a4909b2b8f0726a876.zip hdf5-b16c146160121f9406d918a4909b2b8f0726a876.tar.gz hdf5-b16c146160121f9406d918a4909b2b8f0726a876.tar.bz2 |
[svn-r1085] Added platform T3E.
-rwxr-xr-x | bin/config.guess | 3 | ||||
-rwxr-xr-x | bin/config.sub | 4 |
2 files changed, 7 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 ;; 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 ;; |