diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-11-07 10:51:16 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-11-13 09:40:54 -0800 |
commit | 8971f1eec1d603187185b3c85cb09ad6da4a69ed (patch) | |
tree | 110ebb1b28fb2b687da9d5f8ae9ae1284527a294 /recipes-core | |
parent | 54e34a9d35c497e220ea8aef0a09cd531d84def7 (diff) | |
download | meta-clang-8971f1eec1d603187185b3c85cb09ad6da4a69ed.tar.gz |
musl: Do not force lto
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/musl/musl_%.bbappend | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-core/musl/musl_%.bbappend b/recipes-core/musl/musl_%.bbappend index a6a1bf5..c99c4be 100644 --- a/recipes-core/musl/musl_%.bbappend +++ b/recipes-core/musl/musl_%.bbappend | |||
@@ -3,8 +3,6 @@ TOOLCHAIN_x86-x32 = "gcc" | |||
3 | TOOLCHAIN_riscv64 = "gcc" | 3 | TOOLCHAIN_riscv64 = "gcc" |
4 | TOOLCHAIN_powerpc64 = "gcc" | 4 | TOOLCHAIN_powerpc64 = "gcc" |
5 | 5 | ||
6 | inherit lto | ||
7 | |||
8 | # workaround until https://bugs.llvm.org/show_bug.cgi?id=44384 | 6 | # workaround until https://bugs.llvm.org/show_bug.cgi?id=44384 |
9 | # is fixed | 7 | # is fixed |
10 | do_configure_prepend_toolchain-clang () { | 8 | do_configure_prepend_toolchain-clang () { |