diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-04-08 18:44:55 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-04-08 18:44:55 (GMT) |
commit | 84fe71eb14c538d0f1332418ae446d1f570b23a9 (patch) | |
tree | 901e860f41835a2cd451e511d9fffd2b01a8dee1 | |
parent | bc351e9510514fdc7ffc0f83b56bafdb75761d70 (diff) | |
download | hdf5-84fe71eb14c538d0f1332418ae446d1f570b23a9.zip hdf5-84fe71eb14c538d0f1332418ae446d1f570b23a9.tar.gz hdf5-84fe71eb14c538d0f1332418ae446d1f570b23a9.tar.bz2 |
[svn-r1175] Added the recognition of the tflops (Intel Red) platform.
-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 cd9ac53..f4929f3 100755 --- a/bin/config.sub +++ b/bin/config.sub @@ -464,6 +464,10 @@ case $basic_machine in basic_machine=i860-intel os=-osf ;; + tflop*) + basic_machine=i386-intel + os=-osf1 + ;; pbd) basic_machine=sparc-tti ;; |