[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:
Albert Cheng 2009-11-26 12:41:55 -05:00
parent 7f496f19b8
commit e10e292a42

View File

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