mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-04 09:08:36 +00:00
* 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
@ -1,4 +1,10 @@
|
||||
2013-04-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/lib/posix_wrap/sys/types.h: Make WORDS_BIGENDIAN definition
|
||||
match config-util.h to avoid warnings and increase compatibility.
|
||||
|
||||
2013-04-14 Szymon Janc <szymon@janc.net.pl>
|
||||
2013-04-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Add option to compress files on install/image creation.
|
||||
|
||||
|
@ -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…
Reference in New Issue
Block a user