diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-09-08 23:25:19 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2017-09-08 23:25:19 -0700 |
| commit | 24885a7e6c92a20913b58846886788909919e2e3 (patch) | |
| tree | d150732c3de8fbb760b2d085bd3072902679b140 | |
| parent | c6d35309fdef31758473bd9d36cd5b12f2bbef00 (diff) | |
| download | meta-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.conf | 8 |
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" | |||
| 8 | TOOLCHAIN_pn-clang-cross-${TARGET_ARCH} = "gcc" | 8 | TOOLCHAIN_pn-clang-cross-${TARGET_ARCH} = "gcc" |
| 9 | TOOLCHAIN_pn-cross-localedef-native = "gcc" | 9 | TOOLCHAIN_pn-cross-localedef-native = "gcc" |
| 10 | TOOLCHAIN_pn-cpufrequtils = "gcc" | 10 | TOOLCHAIN_pn-cpufrequtils = "gcc" |
| 11 | # crash embeds version of gdb which is not buildable with clang | ||
| 12 | TOOLCHAIN_pn-crash = "gcc" | ||
| 11 | TOOLCHAIN_pn-elfutils = "gcc" | 13 | TOOLCHAIN_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 |
| 13 | TOOLCHAIN_pn-firefox = "gcc" | 15 | TOOLCHAIN_pn-firefox = "gcc" |
| @@ -51,12 +53,18 @@ TOOLCHAIN_pn-openjre-8 = "gcc" | |||
| 51 | TOOLCHAIN_pn-perf = "gcc" | 53 | TOOLCHAIN_pn-perf = "gcc" |
| 52 | TOOLCHAIN_pn-piglit = "gcc" | 54 | TOOLCHAIN_pn-piglit = "gcc" |
| 53 | TOOLCHAIN_pn-prelink = "gcc" | 55 | TOOLCHAIN_pn-prelink = "gcc" |
| 56 | # has dpkg source which does not compile | ||
| 57 | TOOLCHAIN_pn-start-stop-daemon = "gcc" | ||
| 54 | TOOLCHAIN_pn-syslinux = "gcc" | 58 | TOOLCHAIN_pn-syslinux = "gcc" |
| 55 | TOOLCHAIN_pn-systemtap = "gcc" | 59 | TOOLCHAIN_pn-systemtap = "gcc" |
| 56 | TOOLCHAIN_pn-tcp-wrappers = "gcc" | 60 | TOOLCHAIN_pn-tcp-wrappers = "gcc" |
| 57 | TOOLCHAIN_pn-uclibc = "gcc" | 61 | TOOLCHAIN_pn-uclibc = "gcc" |
| 58 | TOOLCHAIN_pn-uclibc-initial = "gcc" | 62 | TOOLCHAIN_pn-uclibc-initial = "gcc" |
| 63 | # v4l-utils uses nested functions | ||
| 64 | TOOLCHAIN_pn-v4l-utils = "gcc" | ||
| 59 | TOOLCHAIN_pn-valgrind = "gcc" | 65 | TOOLCHAIN_pn-valgrind = "gcc" |
| 66 | # uses C++ which clang does not like | ||
| 67 | TOOLCHAIN_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 |
| 61 | TOOLCHAIN_pn-gobject-introspection_armv7ve = "gcc" | 69 | TOOLCHAIN_pn-gobject-introspection_armv7ve = "gcc" |
| 62 | TOOLCHAIN_pn-gobject-introspection_armv7a = "gcc" | 70 | TOOLCHAIN_pn-gobject-introspection_armv7a = "gcc" |
