Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[efi] Allow for building with older versions of elf.h system header
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Sep 24, 2017
1 parent c4ce925 commit 1b67a05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/util/elf2efi.c
Expand Up @@ -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
Expand Down

0 comments on commit 1b67a05

Please sign in to comment.