소스 검색

[efi] Allow for building with older versions of elf.h system header

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 6 년 전
부모
커밋
1b67a05646
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      src/util/elf2efi.c

+ 3
- 0
src/util/elf2efi.c 파일 보기

@@ -93,6 +93,9 @@
93 93
 #ifndef R_ARM_THM_JUMP24
94 94
 #define R_ARM_THM_JUMP24 30
95 95
 #endif
96
+#ifndef R_ARM_V4BX
97
+#define R_ARM_V4BX 40
98
+#endif
96 99
 
97 100
 /* Seems to be missing from elf.h */
98 101
 #ifndef R_AARCH64_NULL

Loading…
취소
저장