summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-03-13 23:58:04 -0700
committerKhem Raj <raj.khem@gmail.com>2017-03-13 23:58:04 -0700
commit5799d57baab98668e91ef1e3120cba87757d7337 (patch)
tree8530888be160ef95d8cc1596f92f5f65d83e571c
parent69e888a8338e9935cdb7959dffe08d540a42eece (diff)
downloadmeta-clang-5799d57baab98668e91ef1e3120cba87757d7337.tar.gz
nonclangable: Remove packages which are now compilable with clang-4.0.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf11
1 files changed, 1 insertions, 10 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index b4f8ca8..1118ce7 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -4,12 +4,10 @@ TOOLCHAIN_pn-binutils-cross-${TARGET_ARCH} = "gcc"
4TOOLCHAIN_pn-binutils-cross-canadian-${TARGET_ARCH} = "gcc" 4TOOLCHAIN_pn-binutils-cross-canadian-${TARGET_ARCH} = "gcc"
5TOOLCHAIN_pn-binutils-crosssdk-${SDK_ARCH} = "gcc" 5TOOLCHAIN_pn-binutils-crosssdk-${SDK_ARCH} = "gcc"
6TOOLCHAIN_pn-busybox = "gcc" 6TOOLCHAIN_pn-busybox = "gcc"
7TOOLCHAIN_pn-cairo = "gcc"
8TOOLCHAIN_pn-clang_class-native = "gcc" 7TOOLCHAIN_pn-clang_class-native = "gcc"
9TOOLCHAIN_pn-clang-cross-${TARGET_ARCH} = "gcc" 8TOOLCHAIN_pn-clang-cross-${TARGET_ARCH} = "gcc"
10TOOLCHAIN_pn-cross-localedef-native = "gcc" 9TOOLCHAIN_pn-cross-localedef-native = "gcc"
11TOOLCHAIN_pn-cpufrequtils = "gcc" 10TOOLCHAIN_pn-cpufrequtils = "gcc"
12TOOLCHAIN_pn-dtc = "gcc"
13TOOLCHAIN_pn-elfutils = "gcc" 11TOOLCHAIN_pn-elfutils = "gcc"
14TOOLCHAIN_pn-gcc = "gcc" 12TOOLCHAIN_pn-gcc = "gcc"
15TOOLCHAIN_pn-gcc-cross-${TARGET_ARCH} = "gcc" 13TOOLCHAIN_pn-gcc-cross-${TARGET_ARCH} = "gcc"
@@ -34,33 +32,26 @@ TOOLCHAIN_pn-ldconfig-native = "gcc"
34TOOLCHAIN_pn-libgcc = "gcc" 32TOOLCHAIN_pn-libgcc = "gcc"
35TOOLCHAIN_pn-libgcc-initial = "gcc" 33TOOLCHAIN_pn-libgcc-initial = "gcc"
36TOOLCHAIN_pn-libgfortran = "gcc" 34TOOLCHAIN_pn-libgfortran = "gcc"
37TOOLCHAIN_pn-libtool = "gcc"
38TOOLCHAIN_pn-libvorbis = "gcc"
39 35
40#mozjs17.0.0/js/src/jsinterp.cpp:3684:9: error: cannot jump from this indirect goto statement to one of its possible targets 36#mozjs17.0.0/js/src/jsinterp.cpp:3684:9: error: cannot jump from this indirect goto statement to one of its possible targets
41# DO_NEXT_OP(len); 37# DO_NEXT_OP(len);
42TOOLCHAIN_pn-mozjs = "gcc" 38TOOLCHAIN_pn-mozjs = "gcc"
43 39
44TOOLCHAIN_pn-mtools = "gcc" 40TOOLCHAIN_pn-mtools = "gcc"
45TOOLCHAIN_pn-openssl = "gcc"
46TOOLCHAIN_pn-openjdk-8 = "gcc" 41TOOLCHAIN_pn-openjdk-8 = "gcc"
47TOOLCHAIN_pn-openjre-8 = "gcc" 42TOOLCHAIN_pn-openjre-8 = "gcc"
48TOOLCHAIN_pn-perf = "gcc" 43TOOLCHAIN_pn-perf = "gcc"
49TOOLCHAIN_pn-piglit = "gcc" 44TOOLCHAIN_pn-piglit = "gcc"
50TOOLCHAIN_pn-pixman = "gcc"
51TOOLCHAIN_pn-prelink = "gcc" 45TOOLCHAIN_pn-prelink = "gcc"
52TOOLCHAIN_pn-pulseaudio = "gcc" 46TOOLCHAIN_pn-pulseaudio = "gcc"
53TOOLCHAIN_pn-python-numpy = "gcc"
54TOOLCHAIN_pn-rpm = "gcc"
55TOOLCHAIN_pn-syslinux = "gcc" 47TOOLCHAIN_pn-syslinux = "gcc"
56TOOLCHAIN_pn-systemtap = "gcc" 48TOOLCHAIN_pn-systemtap = "gcc"
57TOOLCHAIN_pn-tcp-wrappers = "gcc" 49TOOLCHAIN_pn-tcp-wrappers = "gcc"
58TOOLCHAIN_pn-uclibc = "gcc" 50TOOLCHAIN_pn-uclibc = "gcc"
59TOOLCHAIN_pn-uclibc-initial = "gcc" 51TOOLCHAIN_pn-uclibc-initial = "gcc"
60TOOLCHAIN_pn-valgrind = "gcc" 52TOOLCHAIN_pn-valgrind = "gcc"
61TOOLCHAIN_pn-zlib = "gcc"
62# qemu-user does not execute the applications built with clang correctly 53# qemu-user does not execute the applications built with clang correctly
63TOOLCHAIN_pn-gobject-introspection = "gcc" 54# TOOLCHAIN_pn-gobject-introspection = "gcc"
64 55
65#| ../../mpfr-3.1.4/src/mul.c:324:11: error: invalid output constraint '=h' in asm 56#| ../../mpfr-3.1.4/src/mul.c:324:11: error: invalid output constraint '=h' in asm
66#| umul_ppmm (tmp[1], tmp[0], MPFR_MANT (b)[0], MPFR_MANT (c)[0]); 57#| umul_ppmm (tmp[1], tmp[0], MPFR_MANT (b)[0], MPFR_MANT (c)[0]);