summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-09-08 23:25:19 -0700
committerKhem Raj <raj.khem@gmail.com>2017-09-08 23:25:19 -0700
commit24885a7e6c92a20913b58846886788909919e2e3 (patch)
treed150732c3de8fbb760b2d085bd3072902679b140
parentc6d35309fdef31758473bd9d36cd5b12f2bbef00 (diff)
downloadmeta-clang-24885a7e6c92a20913b58846886788909919e2e3.tar.gz
nonclangable: Add crash, start-stop-daemon, v4l-utils, wvstreams
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 66ff8e9..6b705cf 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -8,6 +8,8 @@ TOOLCHAIN_pn-clang_class-native = "gcc"
8TOOLCHAIN_pn-clang-cross-${TARGET_ARCH} = "gcc" 8TOOLCHAIN_pn-clang-cross-${TARGET_ARCH} = "gcc"
9TOOLCHAIN_pn-cross-localedef-native = "gcc" 9TOOLCHAIN_pn-cross-localedef-native = "gcc"
10TOOLCHAIN_pn-cpufrequtils = "gcc" 10TOOLCHAIN_pn-cpufrequtils = "gcc"
11# crash embeds version of gdb which is not buildable with clang
12TOOLCHAIN_pn-crash = "gcc"
11TOOLCHAIN_pn-elfutils = "gcc" 13TOOLCHAIN_pn-elfutils = "gcc"
12# clang segfaults on firefox see https://bugs.llvm.org/show_bug.cgi?id=34170 14# clang segfaults on firefox see https://bugs.llvm.org/show_bug.cgi?id=34170
13TOOLCHAIN_pn-firefox = "gcc" 15TOOLCHAIN_pn-firefox = "gcc"
@@ -51,12 +53,18 @@ TOOLCHAIN_pn-openjre-8 = "gcc"
51TOOLCHAIN_pn-perf = "gcc" 53TOOLCHAIN_pn-perf = "gcc"
52TOOLCHAIN_pn-piglit = "gcc" 54TOOLCHAIN_pn-piglit = "gcc"
53TOOLCHAIN_pn-prelink = "gcc" 55TOOLCHAIN_pn-prelink = "gcc"
56# has dpkg source which does not compile
57TOOLCHAIN_pn-start-stop-daemon = "gcc"
54TOOLCHAIN_pn-syslinux = "gcc" 58TOOLCHAIN_pn-syslinux = "gcc"
55TOOLCHAIN_pn-systemtap = "gcc" 59TOOLCHAIN_pn-systemtap = "gcc"
56TOOLCHAIN_pn-tcp-wrappers = "gcc" 60TOOLCHAIN_pn-tcp-wrappers = "gcc"
57TOOLCHAIN_pn-uclibc = "gcc" 61TOOLCHAIN_pn-uclibc = "gcc"
58TOOLCHAIN_pn-uclibc-initial = "gcc" 62TOOLCHAIN_pn-uclibc-initial = "gcc"
63# v4l-utils uses nested functions
64TOOLCHAIN_pn-v4l-utils = "gcc"
59TOOLCHAIN_pn-valgrind = "gcc" 65TOOLCHAIN_pn-valgrind = "gcc"
66# uses C++ which clang does not like
67TOOLCHAIN_pn-wvstreams = "gcc"
60# qemu-user does not execute the applications built with clang correctly on armv7 68# qemu-user does not execute the applications built with clang correctly on armv7
61TOOLCHAIN_pn-gobject-introspection_armv7ve = "gcc" 69TOOLCHAIN_pn-gobject-introspection_armv7ve = "gcc"
62TOOLCHAIN_pn-gobject-introspection_armv7a = "gcc" 70TOOLCHAIN_pn-gobject-introspection_armv7a = "gcc"