summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/nonclangable.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index d2ac493..66ff8e9 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -51,7 +51,6 @@ TOOLCHAIN_pn-openjre-8 = "gcc"
51TOOLCHAIN_pn-perf = "gcc" 51TOOLCHAIN_pn-perf = "gcc"
52TOOLCHAIN_pn-piglit = "gcc" 52TOOLCHAIN_pn-piglit = "gcc"
53TOOLCHAIN_pn-prelink = "gcc" 53TOOLCHAIN_pn-prelink = "gcc"
54TOOLCHAIN_pn-pulseaudio = "gcc"
55TOOLCHAIN_pn-syslinux = "gcc" 54TOOLCHAIN_pn-syslinux = "gcc"
56TOOLCHAIN_pn-systemtap = "gcc" 55TOOLCHAIN_pn-systemtap = "gcc"
57TOOLCHAIN_pn-tcp-wrappers = "gcc" 56TOOLCHAIN_pn-tcp-wrappers = "gcc"
@@ -61,7 +60,10 @@ TOOLCHAIN_pn-valgrind = "gcc"
61# qemu-user does not execute the applications built with clang correctly on armv7 60# qemu-user does not execute the applications built with clang correctly on armv7
62TOOLCHAIN_pn-gobject-introspection_armv7ve = "gcc" 61TOOLCHAIN_pn-gobject-introspection_armv7ve = "gcc"
63TOOLCHAIN_pn-gobject-introspection_armv7a = "gcc" 62TOOLCHAIN_pn-gobject-introspection_armv7a = "gcc"
64 63# mix_neon.c:179:9: error: invalid operand in inline asm: 'vld1.s32 ${0:h}, [$2]
64# vld1.s32 ${1:h}, [$3] '
65TOOLCHAIN_pn-pulseaudio_armv7ve = "gcc"
66TOOLCHAIN_pn-pulseaudio_armv7a = "gcc"
65#| ../../mpfr-3.1.4/src/mul.c:324:11: error: invalid output constraint '=h' in asm 67#| ../../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]); 68#| umul_ppmm (tmp[1], tmp[0], MPFR_MANT (b)[0], MPFR_MANT (c)[0]);
67TOOLCHAIN_pn-mpfr_mips = "gcc" 69TOOLCHAIN_pn-mpfr_mips = "gcc"