summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-12-07 20:45:42 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-12-07 20:45:42 (GMT)
commitb10cbe3cc9bf31f16a87f1751182aca2adf70c50 (patch)
treefcbea24415c4b3047cd0ceaf8a1fb23259163870 /configure
parent86b71e95862ea678bdef0a1e66f95777e9f55c44 (diff)
downloadhdf5-b10cbe3cc9bf31f16a87f1751182aca2adf70c50.zip
hdf5-b10cbe3cc9bf31f16a87f1751182aca2adf70c50.tar.gz
hdf5-b10cbe3cc9bf31f16a87f1751182aca2adf70c50.tar.bz2
[svn-r11768] Purpose:
Feature. Description: Removed the entry for tflops which has retired. Added a special --host entry for redstorm. This allows "configure --host=redstorm" for building in RedStorm. Platforms tested: Red Storm.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 8109dc1..02bb200 100755
--- a/configure
+++ b/configure
@@ -2053,8 +2053,8 @@ fi
case $host_alias in
- tflops)
- host_alias=i386-intel-osf1
+ redstorm)
+ host_alias=x86_64-redstorm-linux-gnu
;;
esac