From 11ea6c0ab51abebec04cc877118cdee8154f03f2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 12 Aug 2019 21:43:54 -0700 Subject: busybox: Use gcc for riscv64 for now It crashes when compiled with clang Signed-off-by: Khem Raj --- recipes-core/busybox/busybox_%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend index 2187660..959466e 100644 --- a/recipes-core/busybox/busybox_%.bbappend +++ b/recipes-core/busybox/busybox_%.bbappend @@ -4,3 +4,4 @@ SRC_URI_append_toolchain-clang = "\ " TOOLCHAIN_x86 = "gcc" +TOOLCHAIN_riscv64 = "gcc" -- cgit v1.2.3-54-g00ecf