diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-03-15 11:30:20 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2016-03-15 11:30:20 -0700 |
commit | 6b15e67b863e024b1eb20b93f48fd66aec538056 (patch) | |
tree | 20b66c5e1b1bd73fe4cb4dc6d679c5ffb0468de5 | |
parent | b6ed7cd424609291b39622ca15a8e5b3fef46599 (diff) | |
download | meta-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_%.bbappend | 2 |
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 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||