Second version of the patch (sent to grub-devel in 2008-01-29)
This commit is contained in:
parent
2c40cc7868
commit
c8298743f3
14 changed files with 36 additions and 32 deletions
|
@ -23,12 +23,12 @@
|
|||
#include <time.h>
|
||||
#include <elf.h>
|
||||
|
||||
#if defined(i386)
|
||||
#if defined(ELF2PE_I386)
|
||||
#define USE_ELF32
|
||||
#define USE_PE32
|
||||
#define ELF_MACHINE EM_386
|
||||
#define EFI_MACHINE PE32_MACHINE_I386
|
||||
#elif defined(__ia64__)
|
||||
#elif defined(ELF2PE_IA64)
|
||||
#define USE_ELF64
|
||||
#define USE_PE32PLUS
|
||||
#define ELF_MACHINE EM_IA_64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue