diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-04-23 23:49:52 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-08 09:08:54 -0700 |
commit | a39625546815f9aa3232ecd0036ab73e5b5de896 (patch) | |
tree | e37f1267e0a7e6a40bf79eeaa67f6c6c7447e253 | |
parent | 8a09a018537ed90f1e0507b512a1439365780d5c (diff) | |
download | meta-clang-a39625546815f9aa3232ecd0036ab73e5b5de896.tar.gz |
musl: Build with clang on ppc64
The build issue is only seen on ppc32
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 07c1cf8e19afa529299dc3aed5c14cb42c0b8d8b)
-rw-r--r-- | recipes-core/musl/musl_%.bbappend | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-core/musl/musl_%.bbappend b/recipes-core/musl/musl_%.bbappend index e08e4a7..5140968 100644 --- a/recipes-core/musl/musl_%.bbappend +++ b/recipes-core/musl/musl_%.bbappend | |||
@@ -7,4 +7,3 @@ TOOLCHAIN:x86-x32 = "gcc" | |||
7 | # => 0x3f7fc2e8 <+0>: addis r27,r20,-22264 | 7 | # => 0x3f7fc2e8 <+0>: addis r27,r20,-22264 |
8 | 8 | ||
9 | TOOLCHAIN:powerpc = "gcc" | 9 | TOOLCHAIN:powerpc = "gcc" |
10 | TOOLCHAIN:powerpc64 = "gcc" | ||