From f6e8b41b291d69754356a6c4915e5daa1af59de4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 24 Feb 2021 19:32:07 -0800 Subject: musl: Use clang for riscv64 clang12 can successfully compile and boot musl so remove the workaround to use gcc Signed-off-by: Khem Raj --- recipes-core/musl/musl_%.bbappend | 1 - 1 file changed, 1 deletion(-) (limited to 'recipes-core/musl') diff --git a/recipes-core/musl/musl_%.bbappend b/recipes-core/musl/musl_%.bbappend index 8732a4f..70fe10c 100644 --- a/recipes-core/musl/musl_%.bbappend +++ b/recipes-core/musl/musl_%.bbappend @@ -1,5 +1,4 @@ DEPENDS_append_toolchain-clang = " clang-cross-${TARGET_ARCH}" DEPENDS_remove_toolchain-clang = "virtual/${TARGET_PREFIX}gcc" TOOLCHAIN_x86-x32 = "gcc" -TOOLCHAIN_riscv64 = "gcc" TOOLCHAIN_powerpc64 = "gcc" -- cgit v1.2.3-54-g00ecf