diff options
-rw-r--r-- | recipes-core/musl/musl_%.bbappend | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-core/musl/musl_%.bbappend b/recipes-core/musl/musl_%.bbappend index d9e9549..e08e4a7 100644 --- a/recipes-core/musl/musl_%.bbappend +++ b/recipes-core/musl/musl_%.bbappend | |||
@@ -1,4 +1,10 @@ | |||
1 | DEPENDS:append:toolchain-clang = " clang-cross-${TARGET_ARCH}" | 1 | DEPENDS:append:toolchain-clang = " clang-cross-${TARGET_ARCH}" |
2 | DEPENDS:remove:toolchain-clang = "virtual/${TARGET_PREFIX}gcc" | 2 | DEPENDS:remove:toolchain-clang = "virtual/${TARGET_PREFIX}gcc" |
3 | TOOLCHAIN:x86-x32 = "gcc" | 3 | TOOLCHAIN:x86-x32 = "gcc" |
4 | |||
5 | # crashes seen in malloc@plt | ||
6 | # Dump of assembler code for function malloc@got.plt: | ||
7 | # => 0x3f7fc2e8 <+0>: addis r27,r20,-22264 | ||
8 | |||
9 | TOOLCHAIN:powerpc = "gcc" | ||
4 | TOOLCHAIN:powerpc64 = "gcc" | 10 | TOOLCHAIN:powerpc64 = "gcc" |