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.sub | |
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.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 213a6d4..cd9ac53 100755 --- a/bin/config.sub +++ b/bin/config.sub @@ -257,6 +257,10 @@ case $basic_machine in basic_machine=cray2-cray os=-unicos ;; + cray-t3e | t3e | t3e-cray) + basic_machine=t3e-cray + os=-unicosmk + ;; [ctj]90-cray) basic_machine=c90-cray os=-unicos |