mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 23:15:10 +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
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user