summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/nonclangable.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 1118ce7..1d42ae7 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -50,8 +50,9 @@ TOOLCHAIN_pn-tcp-wrappers = "gcc"
50TOOLCHAIN_pn-uclibc = "gcc" 50TOOLCHAIN_pn-uclibc = "gcc"
51TOOLCHAIN_pn-uclibc-initial = "gcc" 51TOOLCHAIN_pn-uclibc-initial = "gcc"
52TOOLCHAIN_pn-valgrind = "gcc" 52TOOLCHAIN_pn-valgrind = "gcc"
53# qemu-user does not execute the applications built with clang correctly 53# qemu-user does not execute the applications built with clang correctly on armv7
54# TOOLCHAIN_pn-gobject-introspection = "gcc" 54TOOLCHAIN_pn-gobject-introspection_armv7ve = "gcc"
55TOOLCHAIN_pn-gobject-introspection_armv7a = "gcc"
55 56
56#| ../../mpfr-3.1.4/src/mul.c:324:11: error: invalid output constraint '=h' in asm 57#| ../../mpfr-3.1.4/src/mul.c:324:11: error: invalid output constraint '=h' in asm
57#| umul_ppmm (tmp[1], tmp[0], MPFR_MANT (b)[0], MPFR_MANT (c)[0]); 58#| umul_ppmm (tmp[1], tmp[0], MPFR_MANT (b)[0], MPFR_MANT (c)[0]);