mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
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
Block a user