]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-boot: Fix efi_arch checks 21225/head
authorJan Janssen <medhefgo@web.de>
Tue, 2 Nov 2021 09:47:41 +0000 (10:47 +0100)
committerJan Janssen <medhefgo@web.de>
Thu, 4 Nov 2021 17:54:31 +0000 (18:54 +0100)
commitd1da89000467387c90967558f481235dc66f347c
tree342ac0025e335373c7cad393eefb4ad7204e6a9d
parent1840dfc327805dbc7b8f729e090c129019b08cca
sd-boot: Fix efi_arch checks

efi_arch is set to whatever meson returns from host_machine.cpu_family() and
gnu_efi_arch is then set accordingly.

On x86, efi_arch == x86 and gnu_efi_arch == ia32. Surprisingly, compilation
worked (without disabling some instruction sets) and nobody ever complained
about systemd-bootia32.efi not working.
src/boot/efi/meson.build