summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-12-08 23:47:22 -0800
committerKhem Raj <raj.khem@gmail.com>2018-12-09 22:07:07 -0800
commit717ab3e73f48ee75360538067274ad865258a9a0 (patch)
tree1f87c8afbf92a2369299413a6bb93c914ac5f8ad
parentd6bbb0f187db7e44755ff30f58100a5f9bb1c522 (diff)
downloadmeta-clang-717ab3e73f48ee75360538067274ad865258a9a0.tar.gz
busybox: Do not build in thumb2 mode.
There is a bug in busybox which is found by clang, we need to fix busybox but until them just dont use thumb2 ISA for busybox Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-core/busybox/busybox_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend
new file mode 100644
index 0000000..d7b9ca1
--- /dev/null
+++ b/recipes-core/busybox/busybox_%.bbappend
@@ -0,0 +1 @@
ARM_INSTRUCTION_SET_toolchain-clang = "arm"