mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
systemd-boot: fix build with musl and x32
systemd-boot shouldn't be built for x32. Make sure that this is the case when TCLIBC is set to something other than glibc. Fixes [YOCTO #12122] (From OE-Core rev: feed576321dcba2d75c067d6ee8b8dad817e9bba) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8f436af946
commit
b58354d8f5
@@ -21,7 +21,7 @@ EXTRA_OECONF = " --enable-gnuefi \
|
||||
# Imported from the old gummiboot recipe
|
||||
TUNE_CCARGS_remove = "-mfpmath=sse"
|
||||
COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux"
|
||||
COMPATIBLE_HOST_linux-gnux32 = "null"
|
||||
COMPATIBLE_HOST_x86-x32 = "null"
|
||||
|
||||
do_compile() {
|
||||
SYSTEMD_BOOT_EFI_ARCH="ia32"
|
||||
|
||||
Reference in New Issue
Block a user