ソースを参照

[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

読み込み中…
キャンセル
保存