[oe-commits] [openembedded-core] 03/15: libunwind: Enable building static archive on musl

git at git.openembedded.org git at git.openembedded.org
Sat Dec 8 17:18:09 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 37ddab09f0ed9b532fb9ac57f622c8609121aa65
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed Dec 5 16:07:49 2018 -0800

    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
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/libunwind/libunwind_1.2.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/libunwind/libunwind_1.2.1.bb b/meta/recipes-support/libunwind/libunwind_1.2.1.bb
index e7fb2b2..c9239b6 100644
--- a/meta/recipes-support/libunwind/libunwind_1.2.1.bb
+++ b/meta/recipes-support/libunwind/libunwind_1.2.1.bb
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list