david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[efi] Allow for building with older versions of elf.h system header

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2017-09-24 19:26:58 +01:00
parent c4ce92599d
commit 1b67a05646
1 changed files with 3 additions and 0 deletions

View File

@ -93,6 +93,9 @@
#ifndef R_ARM_THM_JUMP24
#define R_ARM_THM_JUMP24 30
#endif
#ifndef R_ARM_V4BX
#define R_ARM_V4BX 40
#endif
/* Seems to be missing from elf.h */
#ifndef R_AARCH64_NULL