summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-03-15 11:30:20 -0700
committerKhem Raj <raj.khem@gmail.com>2016-03-15 11:30:20 -0700
commit6b15e67b863e024b1eb20b93f48fd66aec538056 (patch)
tree20b66c5e1b1bd73fe4cb4dc6d679c5ffb0468de5
parentb6ed7cd424609291b39622ca15a8e5b3fef46599 (diff)
downloadmeta-clang-6b15e67b863e024b1eb20b93f48fd66aec538056.tar.gz
user gcc from busybox for now
clang compiled busybox ends up with segfaults needs to be debugged, until then use gcc for it Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-excluded/nonclangable/busybox_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-excluded/nonclangable/busybox_%.bbappend b/recipes-excluded/nonclangable/busybox_%.bbappend
new file mode 100644
index 0000000..b0cab1b
--- /dev/null
+++ b/recipes-excluded/nonclangable/busybox_%.bbappend
@@ -0,0 +1,2 @@
1TOOLCHAIN = "gcc"
2