mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
linuxloader.bbclass: Define riscv32 ldso for musl
(From OE-Core rev: c178a5609b2f3cca52532a8b6d6a5927cad386db) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -21,6 +21,8 @@ def get_musl_loader_arch(d):
|
||||
ldso_arch = "aarch64${ARMPKGSFX_ENDIAN_64}"
|
||||
elif targetarch.startswith("riscv64"):
|
||||
ldso_arch = "riscv64${@['', '-sf'][d.getVar('TARGET_FPU') == 'soft']}"
|
||||
elif targetarch.startswith("riscv32"):
|
||||
ldso_arch = "riscv32${@['', '-sf'][d.getVar('TARGET_FPU') == 'soft']}"
|
||||
return ldso_arch
|
||||
|
||||
def get_musl_loader(d):
|
||||
|
||||
Reference in New Issue
Block a user