Files
hdf5/c++/config/rs6000-ibm-aix4.x
Elena Pourmal f409466517 [svn-r4660]
Purpose:
    Maintenance
Description:
    Added configuration file for SP3 to support C++
Platforms tested:
    NERSC SP3
2001-11-28 16:00:48 -05:00

15 lines
432 B
Bash

# -*- 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.
# CFLAGS must be set else configure set it to -g
CFLAGS="$CFLAGS"
# Cross compiling defaults
ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}
hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'}