From 5799d57baab98668e91ef1e3120cba87757d7337 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 13 Mar 2017 23:58:04 -0700 Subject: nonclangable: Remove packages which are now compilable with clang-4.0.0 Signed-off-by: Khem Raj --- conf/nonclangable.conf | 11 +---------- 1 file changed, 1 insertion(+), 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" TOOLCHAIN_pn-binutils-cross-canadian-${TARGET_ARCH} = "gcc" TOOLCHAIN_pn-binutils-crosssdk-${SDK_ARCH} = "gcc" TOOLCHAIN_pn-busybox = "gcc" -TOOLCHAIN_pn-cairo = "gcc" TOOLCHAIN_pn-clang_class-native = "gcc" TOOLCHAIN_pn-clang-cross-${TARGET_ARCH} = "gcc" TOOLCHAIN_pn-cross-localedef-native = "gcc" TOOLCHAIN_pn-cpufrequtils = "gcc" -TOOLCHAIN_pn-dtc = "gcc" TOOLCHAIN_pn-elfutils = "gcc" TOOLCHAIN_pn-gcc = "gcc" TOOLCHAIN_pn-gcc-cross-${TARGET_ARCH} = "gcc" @@ -34,33 +32,26 @@ TOOLCHAIN_pn-ldconfig-native = "gcc" TOOLCHAIN_pn-libgcc = "gcc" TOOLCHAIN_pn-libgcc-initial = "gcc" TOOLCHAIN_pn-libgfortran = "gcc" -TOOLCHAIN_pn-libtool = "gcc" -TOOLCHAIN_pn-libvorbis = "gcc" #mozjs17.0.0/js/src/jsinterp.cpp:3684:9: error: cannot jump from this indirect goto statement to one of its possible targets # DO_NEXT_OP(len); TOOLCHAIN_pn-mozjs = "gcc" TOOLCHAIN_pn-mtools = "gcc" -TOOLCHAIN_pn-openssl = "gcc" TOOLCHAIN_pn-openjdk-8 = "gcc" TOOLCHAIN_pn-openjre-8 = "gcc" TOOLCHAIN_pn-perf = "gcc" TOOLCHAIN_pn-piglit = "gcc" -TOOLCHAIN_pn-pixman = "gcc" TOOLCHAIN_pn-prelink = "gcc" TOOLCHAIN_pn-pulseaudio = "gcc" -TOOLCHAIN_pn-python-numpy = "gcc" -TOOLCHAIN_pn-rpm = "gcc" TOOLCHAIN_pn-syslinux = "gcc" TOOLCHAIN_pn-systemtap = "gcc" TOOLCHAIN_pn-tcp-wrappers = "gcc" TOOLCHAIN_pn-uclibc = "gcc" TOOLCHAIN_pn-uclibc-initial = "gcc" TOOLCHAIN_pn-valgrind = "gcc" -TOOLCHAIN_pn-zlib = "gcc" # qemu-user does not execute the applications built with clang correctly -TOOLCHAIN_pn-gobject-introspection = "gcc" +# TOOLCHAIN_pn-gobject-introspection = "gcc" #| ../../mpfr-3.1.4/src/mul.c:324:11: error: invalid output constraint '=h' in asm #| umul_ppmm (tmp[1], tmp[0], MPFR_MANT (b)[0], MPFR_MANT (c)[0]); -- cgit v1.2.3-54-g00ecf