[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.
This commit is contained in:
Albert Cheng 2005-12-07 15:45:42 -05:00
parent 86b71e9586
commit b10cbe3cc9
3 changed files with 4 additions and 4 deletions

4
configure vendored
View File

@ -2053,8 +2053,8 @@ fi
case $host_alias in
tflops)
host_alias=i386-intel-osf1
redstorm)
host_alias=x86_64-redstorm-linux-gnu
;;
esac

View File

@ -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