Explorar el Código

[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 hace 6 años
padre
commit
1b67a05646
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      src/util/elf2efi.c

+ 3
- 0
src/util/elf2efi.c Ver fichero

@@ -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…
Cancelar
Guardar