From e46fd11991a04730f478c00bbf2fa5ee0dd5446e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 14 Feb 2019 06:49:48 -0800 Subject: compiler-rt: Define AR, NM and RANLIB to point to llvm wrappers helps with LTO enabled cross builds Signed-off-by: Khem Raj --- recipes-core/musl/musl_%.bbappend | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-core') diff --git a/recipes-core/musl/musl_%.bbappend b/recipes-core/musl/musl_%.bbappend index c8b9878..652982c 100644 --- a/recipes-core/musl/musl_%.bbappend +++ b/recipes-core/musl/musl_%.bbappend @@ -1 +1,2 @@ DEPENDS_append_toolchain-clang = " clang-cross-${TARGET_ARCH}" +inherit lto -- cgit v1.2.3-54-g00ecf