mirror of https://github.com/ipxe/ipxe.git
[efi] Allow for building with older versions of elf.h system header
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/66/head
parent
c4ce92599d
commit
1b67a05646
|
@ -93,6 +93,9 @@
|
||||||
#ifndef R_ARM_THM_JUMP24
|
#ifndef R_ARM_THM_JUMP24
|
||||||
#define R_ARM_THM_JUMP24 30
|
#define R_ARM_THM_JUMP24 30
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef R_ARM_V4BX
|
||||||
|
#define R_ARM_V4BX 40
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Seems to be missing from elf.h */
|
/* Seems to be missing from elf.h */
|
||||||
#ifndef R_AARCH64_NULL
|
#ifndef R_AARCH64_NULL
|
||||||
|
|
Loading…
Reference in New Issue