diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-12-07 20:45:42 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-12-07 20:45:42 (GMT) |
commit | b10cbe3cc9bf31f16a87f1751182aca2adf70c50 (patch) | |
tree | fcbea24415c4b3047cd0ceaf8a1fb23259163870 /configure | |
parent | 86b71e95862ea678bdef0a1e66f95777e9f55c44 (diff) | |
download | hdf5-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-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2053,8 +2053,8 @@ fi case $host_alias in - tflops) - host_alias=i386-intel-osf1 + redstorm) + host_alias=x86_64-redstorm-linux-gnu ;; esac |