summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/x86_64-redstorm-linux-gnu (renamed from config/x86_64-redstorm)0
-rwxr-xr-xconfigure4
-rw-r--r--configure.in4
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
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
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