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.
This commit is contained in:
parent
98127bc4a3
commit
d707719d57
|
@ -20,6 +20,7 @@
|
|||
#include <cmsys/auto_ptr.hxx>
|
||||
|
||||
// Need the native byte order of the running CPU.
|
||||
#define cmsys_CPU_UNKNOWN_OKAY // We can decide at runtime if not known.
|
||||
#include <cmsys/CPU.h>
|
||||
|
||||
// Include the ELF format information system header.
|
||||
|
|
Loading…
Reference in New Issue