From d707719d577675e7f870d79589c97952607c8040 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 13 May 2008 10:24:23 -0400 Subject: [PATCH] ENH: In cmELF it is okay if the byte order is not known at compile time. - We perform a runtime check of the input file anyway. --- Source/cmELF.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmELF.cxx b/Source/cmELF.cxx index 2cf6b965d..cdba467c6 100644 --- a/Source/cmELF.cxx +++ b/Source/cmELF.cxx @@ -20,6 +20,7 @@ #include // Need the native byte order of the running CPU. +#define cmsys_CPU_UNKNOWN_OKAY // We can decide at runtime if not known. #include // Include the ELF format information system header.