diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2011-04-29 22:46:53 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2011-04-29 22:46:53 (GMT) |
commit | 1d5f195c219b3578f9e11105e22d95550d6cacf2 (patch) | |
tree | 5e5347ef0a8b7b8a580f7f86cd9c806929c3618c /config | |
parent | 87994982f9a061f8a8c5584dcafbde7b3b33b790 (diff) | |
download | hdf5-1d5f195c219b3578f9e11105e22d95550d6cacf2.zip hdf5-1d5f195c219b3578f9e11105e22d95550d6cacf2.tar.gz hdf5-1d5f195c219b3578f9e11105e22d95550d6cacf2.tar.bz2 |
[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.
Diffstat (limited to 'config')
-rw-r--r-- | config/ibm-aix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ibm-aix b/config/ibm-aix index ab934a7..a94be4b 100644 --- a/config/ibm-aix +++ b/config/ibm-aix @@ -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 ;; |