On Sun, Dec 1, 2024 at 7:57 AM Ard Biesheuvel <a...@kernel.org> wrote: > > On Sat, 30 Nov 2024 at 22:46, Mike Gilbert <flop...@gentoo.org> wrote: > > > > ms_abi is not a valid attribute on x32 (__x86_64__ && __ILP32__). > > This ABI should be unnecessary for utils anyway. > > > > These utils are host tools, right? E.g., grub-install, update-grub, > etc running under the OS?
Yes, these are the host tools. > Why are those using headers that define EFI APIs? The "grub-file" program has grub-core/commands/file.c listed as one of its sources in Makefile.util.def. grub-core/commands/file.c includes grub/efi/efi.h, which pulls in grub/efi/api.h. _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel