mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
gnu-efi: Support musl-x32 build
To build 64-bit binaries for musl-x32. (From OE-Core rev: a9301cbc90a61b54f99f321934f421d432ec8826) Signed-off-by: sweeaun <swee.aun.khor@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -53,6 +53,7 @@ FILES_${PN} += "${libdir}/*.lds"
|
||||
|
||||
# 64-bit binaries are expected for EFI when targeting X32
|
||||
INSANE_SKIP_${PN}-dev_append_linux-gnux32 = " arch"
|
||||
INSANE_SKIP_${PN}-dev_append_linux-muslx32 = " arch"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user