* 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
|
@ -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 a new issue