From 404fb14da7784e6528f6a2cbcd500bed960a734b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 13 Aug 2019 22:07:29 -0700 Subject: musl: Use gcc for riscv64 for now system boot but not all the way to command prompt so we need to debug it eventually Signed-off-by: Khem Raj --- recipes-core/musl/musl_%.bbappend | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-core') diff --git a/recipes-core/musl/musl_%.bbappend b/recipes-core/musl/musl_%.bbappend index 2fdef3e..3ba56fb 100644 --- a/recipes-core/musl/musl_%.bbappend +++ b/recipes-core/musl/musl_%.bbappend @@ -1,3 +1,4 @@ DEPENDS_append_toolchain-clang = " clang-cross-${TARGET_ARCH}" TOOLCHAIN_x86-x32 = "gcc" +TOOLCHAIN_riscv64 = "gcc" inherit lto -- cgit v1.2.3-54-g00ecf