mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
libunwind: Enable building static archive on musl
This ensures that we have .a for libunwind on musl targets, this is used for stack unwinding infra e.g. in rust Help compiling rust compiler and standard library from meta-rust (From OE-Core rev: 37ddab09f0ed9b532fb9ac57f622c8609121aa65) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -14,7 +14,7 @@ SRC_URI = "http://download.savannah.nongnu.org/releases/libunwind/libunwind-${PV
|
||||
"
|
||||
|
||||
SRC_URI_append_libc-musl = " file://musl-header-conflict.patch"
|
||||
EXTRA_OECONF_append_libc-musl = " --disable-documentation --disable-tests "
|
||||
EXTRA_OECONF_append_libc-musl = " --disable-documentation --disable-tests --enable-static"
|
||||
|
||||
# http://errors.yoctoproject.org/Errors/Details/20487/
|
||||
ARM_INSTRUCTION_SET_armv4 = "arm"
|
||||
|
||||
Reference in New Issue
Block a user