diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-02-14 06:49:48 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-02-14 07:35:58 -0800 |
| commit | e46fd11991a04730f478c00bbf2fa5ee0dd5446e (patch) | |
| tree | 8d55d70d9b2679bede081cc63038bd22952dc364 /recipes-core | |
| parent | 2640da92a55bc7dc634cdaede237494748287fa8 (diff) | |
| download | meta-clang-e46fd11991a04730f478c00bbf2fa5ee0dd5446e.tar.gz | |
compiler-rt: Define AR, NM and RANLIB to point to llvm wrappers
helps with LTO enabled cross builds
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-core')
| -rw-r--r-- | recipes-core/musl/musl_%.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
| 1 | DEPENDS_append_toolchain-clang = " clang-cross-${TARGET_ARCH}" | 1 | DEPENDS_append_toolchain-clang = " clang-cross-${TARGET_ARCH}" |
| 2 | inherit lto | ||
