mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r17931] 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.
This commit is contained in:
parent
7f496f19b8
commit
e10e292a42
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user