Skip to content

Commit

Permalink
Stick to old ABI for gnu-efi > 3.0.18
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
stormc authored and jan-kiszka committed Oct 29, 2024
1 parent 9e34f8b commit 3976da4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ efi_cflags = \
-fno-stack-protector \
-Wsign-compare \
-DGNU_EFI_USE_MS_ABI \
-DGNU_EFI_3_0_COMPAT \
-Werror \
$(CFLAGS_MGENERAL_REGS_ONLY) \
$(CFLAGS)
Expand Down

0 comments on commit 3976da4

Please sign in to comment.