diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-03-16 12:37:30 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2017-03-16 12:37:30 -0700 |
| commit | a1c9ef3c831a473777985beb8d33d44d9350a858 (patch) | |
| tree | f9152a2e5290e852972d07e900f923438ed01fd8 /conf | |
| parent | da9df5ff07941351f14b2d406ffcf61b166d2cb5 (diff) | |
| download | meta-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.conf | 5 |
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" | |||
| 50 | TOOLCHAIN_pn-uclibc = "gcc" | 50 | TOOLCHAIN_pn-uclibc = "gcc" |
| 51 | TOOLCHAIN_pn-uclibc-initial = "gcc" | 51 | TOOLCHAIN_pn-uclibc-initial = "gcc" |
| 52 | TOOLCHAIN_pn-valgrind = "gcc" | 52 | TOOLCHAIN_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" | 54 | TOOLCHAIN_pn-gobject-introspection_armv7ve = "gcc" |
| 55 | TOOLCHAIN_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]); |
