summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-03-16 12:37:30 -0700
committerKhem Raj <raj.khem@gmail.com>2017-03-16 12:37:30 -0700
commita1c9ef3c831a473777985beb8d33d44d9350a858 (patch)
treef9152a2e5290e852972d07e900f923438ed01fd8 /conf
parentda9df5ff07941351f14b2d406ffcf61b166d2cb5 (diff)
downloadmeta-clang-a1c9ef3c831a473777985beb8d33d44d9350a858.tar.gz
Remove INHIBIT_DEFAULT_DEPS
Depend on clang for build runtime libs Build gobject-introspection for armv7 using gcc Signed-off-by: Khem Raj <raj.khem@gmail.com>
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]);