From a1da6a687f9749e8063a0aef9948cfd6adce1976 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 3 Mar 2019 15:45:42 -0800 Subject: busybox: Use gcc to compile on x86 i386 inline assembly runs out of registers on clang so for now let gcc be used 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 7fbb631..a4c90f4 100644 --- a/recipes-core/busybox/busybox_%.bbappend +++ b/recipes-core/busybox/busybox_%.bbappend @@ -1,2 +1,3 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI_append_toolchain-clang = " file://0001-writing-to-a-const-variable-is-undefined-behavior-C9.patch" +TOOLCHAIN_x86 = "gcc" -- cgit v1.2.3-54-g00ecf