summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2009-11-26 17:41:34 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2009-11-26 17:41:34 (GMT)
commitcbc8973a5f7759709bde66ebc164a664ee336c64 (patch)
tree5658217d0633d9046c7acc0f269b1a6171fcc9dd /config
parent463269c10a4de1f36b5907dae0846a1c5be4cb5b (diff)
downloadhdf5-cbc8973a5f7759709bde66ebc164a664ee336c64.zip
hdf5-cbc8973a5f7759709bde66ebc164a664ee336c64.tar.gz
hdf5-cbc8973a5f7759709bde66ebc164a664ee336c64.tar.bz2
[svn-r17930] Enhancement:
Added the xlc-* and mpcc_r-* BASENAME patterns to be recognized as IBM compilers so that the ibm compiler options can be added properly. This allows non-system-default compiler command names (e.g. xlc-m.n.k.l) be recognized. (need to figure out a better way to recognize it is an IBM compiler and its version information.) Tested: LLNL AIX machine.
Diffstat (limited to 'config')
-rw-r--r--config/powerpc-ibm-aix5.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/powerpc-ibm-aix5.x b/config/powerpc-ibm-aix5.x
index ac70bac..96ad26a 100644
--- a/config/powerpc-ibm-aix5.x
+++ b/config/powerpc-ibm-aix5.x
@@ -43,7 +43,7 @@ fi
# `--enable-debug' switch of configure.
case $CC_BASENAME in
- xlc|mpcc_r)
+ xlc|xlc-*|mpcc_r|mpcc_r-*)
# Turn off shared lib option. It causes some test suite to fail.
enable_shared="${enable_shared:-no}"
# Use -D_LARGE_FILES by default to support large file size.