[svn-r4658]

Purpose:
    Maintenance
Description:
    Added configuration file for SP3 to support C++
Platforms tested:
    NERSC SP3
This commit is contained in:
Elena Pourmal 2001-11-28 15:55:43 -05:00
parent 65f26fb168
commit 76e9fe7298
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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'}