* grub-core/lib/posix_wrap/sys/types.h: Make WORDS_BIGENDIAN definition
match config-util.h to avoid warnings and increase compatibility.
This commit is contained in:
parent
794515225f
commit
25092d2922
2 changed files with 7 additions and 1 deletions
|
@ -60,7 +60,7 @@ typedef grub_addr_t uintptr_t;
|
|||
#define SIZEOF_UINT64_T 8
|
||||
|
||||
#ifdef GRUB_CPU_WORDS_BIGENDIAN
|
||||
#define WORDS_BIGENDIAN
|
||||
#define WORDS_BIGENDIAN 1
|
||||
#else
|
||||
#undef WORDS_BIGENDIAN
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue