diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-04-23 23:49:52 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-04-24 17:50:57 -0700 |
commit | 07c1cf8e19afa529299dc3aed5c14cb42c0b8d8b (patch) | |
tree | 60d364094a0a8bf75f4d2613088cf4c383049a55 | |
parent | 74c7f6524cddd258f916e8e4acfb9e49d1870b65 (diff) | |
download | meta-clang-07c1cf8e19afa529299dc3aed5c14cb42c0b8d8b.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>
-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" | ||