mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user