From 76e9fe72981606804aef82219d810dcbb25276e6 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Wed, 28 Nov 2001 15:55:43 -0500 Subject: [svn-r4658] Purpose: Maintenance Description: Added configuration file for SP3 to support C++ Platforms tested: NERSC SP3 --- MANIFEST | 1 + c++/config/rs6000-ibm-aix4.x | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 c++/config/rs6000-ibm-aix4.x diff --git a/MANIFEST b/MANIFEST index f314d21..c489838 100644 --- a/MANIFEST +++ b/MANIFEST @@ -637,6 +637,7 @@ ./c++/config/linux-gnu ./c++/config/linux-gnulibc1 ./c++/config/linux-gnulibc2 +./c++/config/rs6000-ibm-aix4.x ./c++/config/solaris2.x ./c++/examples/Dependencies diff --git a/c++/config/rs6000-ibm-aix4.x b/c++/config/rs6000-ibm-aix4.x new file mode 100644 index 0000000..770ba80 --- /dev/null +++ b/c++/config/rs6000-ibm-aix4.x @@ -0,0 +1,11 @@ +# -*- 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. + +# Cross compiling defaults +ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'} +hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'} -- cgit v0.12