Skip to content

Commit 3976da4

Browse files
stormcjan-kiszka
authored andcommitted
Stick to old ABI for gnu-efi > 3.0.18
gnu-efi introduced some ABI changes for the upcoming 4.0 release, see https://github.com/ncroxon/gnu-efi/blob/master/docs/README.ABI.md For now, stick to the old API/ABI so to support older gnu-efi versions without #ifdef'ing the codebase. Signed-off-by: Christian Storm <[email protected]> Signed-off-by: Jan Kiszka <[email protected]>
1 parent 9e34f8b commit 3976da4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ efi_cflags = \
221221
-fno-stack-protector \
222222
-Wsign-compare \
223223
-DGNU_EFI_USE_MS_ABI \
224+
-DGNU_EFI_3_0_COMPAT \
224225
-Werror \
225226
$(CFLAGS_MGENERAL_REGS_ONLY) \
226227
$(CFLAGS)

0 commit comments

Comments
 (0)