From 340899f677e9fb16bbca38c9ca2ee4da979a368a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 31 Aug 2017 22:23:46 -0700 Subject: nonclangable: For pulseaudio use gcc only for armv7 Signed-off-by: Khem Raj --- conf/nonclangable.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'conf') 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" TOOLCHAIN_pn-perf = "gcc" TOOLCHAIN_pn-piglit = "gcc" TOOLCHAIN_pn-prelink = "gcc" -TOOLCHAIN_pn-pulseaudio = "gcc" TOOLCHAIN_pn-syslinux = "gcc" TOOLCHAIN_pn-systemtap = "gcc" TOOLCHAIN_pn-tcp-wrappers = "gcc" @@ -61,7 +60,10 @@ TOOLCHAIN_pn-valgrind = "gcc" # qemu-user does not execute the applications built with clang correctly on armv7 TOOLCHAIN_pn-gobject-introspection_armv7ve = "gcc" TOOLCHAIN_pn-gobject-introspection_armv7a = "gcc" - +# mix_neon.c:179:9: error: invalid operand in inline asm: 'vld1.s32 ${0:h}, [$2] +# vld1.s32 ${1:h}, [$3] ' +TOOLCHAIN_pn-pulseaudio_armv7ve = "gcc" +TOOLCHAIN_pn-pulseaudio_armv7a = "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]); TOOLCHAIN_pn-mpfr_mips = "gcc" -- cgit v1.2.3-54-g00ecf