mirror of
https://github.com/ipxe/ipxe.git
synced 2026-05-10 23:06:26 +02: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:
parent
c4ce92599d
commit
1b67a05646
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user