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 | |
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.
-rw-r--r-- | config/x86_64-redstorm-linux-gnu (renamed from config/x86_64-redstorm) | 0 | ||||
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.in | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/config/x86_64-redstorm b/config/x86_64-redstorm-linux-gnu index 9694bbc..9694bbc 100644 --- a/config/x86_64-redstorm +++ b/config/x86_64-redstorm-linux-gnu @@ -2053,8 +2053,8 @@ fi case $host_alias in - tflops) - host_alias=i386-intel-osf1 + redstorm) + host_alias=x86_64-redstorm-linux-gnu ;; esac diff --git a/configure.in b/configure.in index a907caf..9fdcdd2 100644 --- a/configure.in +++ b/configure.in @@ -66,8 +66,8 @@ dnl configure is currently running by using the --host=foo flag. dnl For machines on which HDF5 is often configured, it can be convenient dnl to specify the name of the machine rather than its canonical type. case $host_alias in - tflops) - host_alias=i386-intel-osf1 + redstorm) + host_alias=x86_64-redstorm-linux-gnu ;; esac |