diff options
Diffstat (limited to 'c++/config/powerpc-ibm-aix')
-rw-r--r-- | c++/config/powerpc-ibm-aix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/c++/config/powerpc-ibm-aix b/c++/config/powerpc-ibm-aix new file mode 100644 index 0000000..f9086a0 --- /dev/null +++ b/c++/config/powerpc-ibm-aix @@ -0,0 +1,10 @@ +# -*- shell-script -*- +# +# This file is part of the HDF5 build script. It is processed shortly +# after configure starts and defines, among other things, flags for +# the various compile modes. +# +# See BlankForm in this directory for details. + +# Use AIX supplied C++ compiler by default. +CXX=${CXX=xlC} |