blob: 2f7cc864c7d2563a2a4438a2126627e23964c00a (
plain)
1
2
3
4
5
6
7
8
9
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.
# Cross compiling defaults
ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}
|