summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2005-05-26 15:29:45 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2005-05-26 15:29:45 (GMT)
commitacb664910b4dd8885a24445f9ed62bca8990abce (patch)
tree8067e5f679b3c4772f51d1a289882f35c8e3b95d
parent6cee742690faedfa7eec75b4ee250a4d3c215086 (diff)
downloadhdf5-acb664910b4dd8885a24445f9ed62bca8990abce.zip
hdf5-acb664910b4dd8885a24445f9ed62bca8990abce.tar.gz
hdf5-acb664910b4dd8885a24445f9ed62bca8990abce.tar.bz2
[svn-r10804] Purpose: Maintenance
Description: Altix configuration file used icc for the default C++ compiler. Since cobalt moved to Intel 8.1, C++ compilation failed. Solution: Changed icc to icpc for the default C++ compiler on Altix. Platforms tested: cobalt Misc. update:
-rw-r--r--config/ia64-linux-gnu5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/ia64-linux-gnu b/config/ia64-linux-gnu
index 8cdfd1c..11cfacb 100644
--- a/config/ia64-linux-gnu
+++ b/config/ia64-linux-gnu
@@ -92,9 +92,10 @@ if test "X$f9x_flags_set" = "X"; then
fi
# The Default settings for C++
+# Intel changed C++ compiler's name from "icc" to "icpc" in version 8.1
if test -z "$CXX"; then
- CXX=icc
- CXX_BASENAME=icc
+ CXX=icpc
+ CXX_BASENAME=icpc
fi
# A patch to make g++ getting the default settings.