summaryrefslogtreecommitdiffstats
path: root/bin/config.sub
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-04-08 18:44:55 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-04-08 18:44:55 (GMT)
commit84fe71eb14c538d0f1332418ae446d1f570b23a9 (patch)
tree901e860f41835a2cd451e511d9fffd2b01a8dee1 /bin/config.sub
parentbc351e9510514fdc7ffc0f83b56bafdb75761d70 (diff)
downloadhdf5-84fe71eb14c538d0f1332418ae446d1f570b23a9.zip
hdf5-84fe71eb14c538d0f1332418ae446d1f570b23a9.tar.gz
hdf5-84fe71eb14c538d0f1332418ae446d1f570b23a9.tar.bz2
[svn-r1175] Added the recognition of the tflops (Intel Red) platform.
Diffstat (limited to 'bin/config.sub')
-rwxr-xr-xbin/config.sub4
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
;;