diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-08-31 22:23:46 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2017-08-31 22:23:46 -0700 |
| commit | 340899f677e9fb16bbca38c9ca2ee4da979a368a (patch) | |
| tree | 72f3990b6e65db502f3b49c3c13557e1f83719e2 /conf | |
| parent | 1820c88e62a79b17ee3acdba189f27c641ec7ca2 (diff) | |
| download | meta-clang-340899f677e9fb16bbca38c9ca2ee4da979a368a.tar.gz | |
nonclangable: For pulseaudio use gcc only for armv7
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/nonclangable.conf | 6 |
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" | |||
| 51 | TOOLCHAIN_pn-perf = "gcc" | 51 | TOOLCHAIN_pn-perf = "gcc" |
| 52 | TOOLCHAIN_pn-piglit = "gcc" | 52 | TOOLCHAIN_pn-piglit = "gcc" |
| 53 | TOOLCHAIN_pn-prelink = "gcc" | 53 | TOOLCHAIN_pn-prelink = "gcc" |
| 54 | TOOLCHAIN_pn-pulseaudio = "gcc" | ||
| 55 | TOOLCHAIN_pn-syslinux = "gcc" | 54 | TOOLCHAIN_pn-syslinux = "gcc" |
| 56 | TOOLCHAIN_pn-systemtap = "gcc" | 55 | TOOLCHAIN_pn-systemtap = "gcc" |
| 57 | TOOLCHAIN_pn-tcp-wrappers = "gcc" | 56 | TOOLCHAIN_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 |
| 62 | TOOLCHAIN_pn-gobject-introspection_armv7ve = "gcc" | 61 | TOOLCHAIN_pn-gobject-introspection_armv7ve = "gcc" |
| 63 | TOOLCHAIN_pn-gobject-introspection_armv7a = "gcc" | 62 | TOOLCHAIN_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] ' | ||
| 65 | TOOLCHAIN_pn-pulseaudio_armv7ve = "gcc" | ||
| 66 | TOOLCHAIN_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]); |
| 67 | TOOLCHAIN_pn-mpfr_mips = "gcc" | 69 | TOOLCHAIN_pn-mpfr_mips = "gcc" |
