From e10e292a42119b7c1589597b76649f89bcf0fc20 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 26 Nov 2009 12:41:55 -0500 Subject: [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. --- config/powerpc-ibm-aix5.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12