summaryrefslogtreecommitdiffstats
path: root/config/cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-06-29 19:29:58 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-06-29 19:29:58 (GMT)
commitb546a94b83b014f39cbd33ee2a8db5532c81bcc7 (patch)
tree02af92d54ded03332a33bd6686b41722cb9f8606 /config/cmake
parentce70d7a018c539f807d46d4d574aca26257d7cc1 (diff)
downloadhdf5-b546a94b83b014f39cbd33ee2a8db5532c81bcc7.zip
hdf5-b546a94b83b014f39cbd33ee2a8db5532c81bcc7.tar.gz
hdf5-b546a94b83b014f39cbd33ee2a8db5532c81bcc7.tar.bz2
[svn-r21048] Add configure check for endianess and adjust test depending on status of check.
Bring r21026 from trunk
Diffstat (limited to 'config/cmake')
-rw-r--r--config/cmake/ConfigureChecks.cmake6
-rw-r--r--config/cmake/H5pubconf.h.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/config/cmake/ConfigureChecks.cmake b/config/cmake/ConfigureChecks.cmake
index a7f9228..9c9c8d1 100644
--- a/config/cmake/ConfigureChecks.cmake
+++ b/config/cmake/ConfigureChecks.cmake
@@ -10,6 +10,7 @@ INCLUDE (${CMAKE_ROOT}/Modules/CheckSymbolExists.cmake)
INCLUDE (${CMAKE_ROOT}/Modules/CheckTypeSize.cmake)
INCLUDE (${CMAKE_ROOT}/Modules/CheckVariableExists.cmake)
INCLUDE (${CMAKE_ROOT}/Modules/CheckFortranFunctionExists.cmake)
+INCLUDE (${CMAKE_ROOT}/Modules/TestBigEndian.cmake)
#-----------------------------------------------------------------------------
# Always SET this for now IF we are on an OS X box
@@ -222,6 +223,9 @@ SET (USE_INCLUDES "")
IF (WINDOWS)
SET (USE_INCLUDES ${USE_INCLUDES} "windows.h")
ENDIF (WINDOWS)
+
+TEST_BIG_ENDIAN(H5_WORDS_BIGENDIAN)
+
#-----------------------------------------------------------------------------
# Check IF header file exists and add it to the list.
#-----------------------------------------------------------------------------
@@ -645,7 +649,7 @@ IF (WINDOWS)
ENDIF("${HAVE_IOEO_EXITCODE}" EQUAL 0)
ENDIF("${H5_HAVE_IOEO}" MATCHES "^${H5_HAVE_IOEO}$")
ENDIF (WINDOWS)
-
+
#-----------------------------------------------------------------------------
# Option to see if GPFS is available on this filesystem --enable-gpfs
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index 991dea8..ed0c15c 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -759,6 +759,8 @@
# endif
#endif
+#cmakedefine WORDS_BIGENDIAN @H5_WORDS_BIGENDIANR@
+
/* Number of bits in a file offset, on hosts where this is settable. */
#cmakedefine _FILE_OFFSET_BITS