2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-03-19 16:50:46 +08:00

[svn-r20686] Added "xlc_r" as a recognized XL compilers.

Tested:
NCSA BP AIX system. No need of h5committest because the changes affect AIX
systems only.
This commit is contained in:
Albert Cheng 2011-04-29 17:46:53 -05:00
parent 87994982f9
commit 1d5f195c21

@ -49,7 +49,7 @@ fi
# `--enable-debug' switch of configure.
case $CC_BASENAME in
xlc|xlc-*|mpcc_r|mpcc_r-*)
xlc|xlc-*|xlc_r|xlc_r-*|mpcc_r|mpcc_r-*)
. $srcdir/config/ibm-flags
;;