diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-02-08 21:50:08 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2017-02-08 21:50:08 -0800 |
| commit | a62a591c1ba4c0b0bb39962c16e93fe516f334d4 (patch) | |
| tree | 3cb47cf8f3b2f04c79b6dc2fa2dd36d8f801cb2e /conf | |
| parent | 9912b683aa88e047d8e4e35ddaface66d9e2834c (diff) | |
| download | meta-clang-a62a591c1ba4c0b0bb39962c16e93fe516f334d4.tar.gz | |
clang: Update to 4.0.0 rc2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/nonclangable.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 86c339a..e570adb 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
| @@ -57,6 +57,8 @@ TOOLCHAIN_pn-uclibc = "gcc" | |||
| 57 | TOOLCHAIN_pn-uclibc-initial = "gcc" | 57 | TOOLCHAIN_pn-uclibc-initial = "gcc" |
| 58 | TOOLCHAIN_pn-valgrind = "gcc" | 58 | TOOLCHAIN_pn-valgrind = "gcc" |
| 59 | TOOLCHAIN_pn-zlib = "gcc" | 59 | TOOLCHAIN_pn-zlib = "gcc" |
| 60 | # qemu-user does not execute the applications built with clang correctly | ||
| 61 | TOOLCHAIN_pn-gobject-introspection = "gcc" | ||
| 60 | 62 | ||
| 61 | #| ../../mpfr-3.1.4/src/mul.c:324:11: error: invalid output constraint '=h' in asm | 63 | #| ../../mpfr-3.1.4/src/mul.c:324:11: error: invalid output constraint '=h' in asm |
| 62 | #| umul_ppmm (tmp[1], tmp[0], MPFR_MANT (b)[0], MPFR_MANT (c)[0]); | 64 | #| umul_ppmm (tmp[1], tmp[0], MPFR_MANT (b)[0], MPFR_MANT (c)[0]); |
| @@ -108,4 +110,3 @@ SECURITY_LDLAGS_append_pn-ruby_toolchain-clang = " -Wl,-pie" | |||
| 108 | #io_getevents.c:25:141: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions | 110 | #io_getevents.c:25:141: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions |
| 109 | #io_syscall5(int, __io_getevents_0_4, io_getevents, io_context_t, ctx, long, min_nr, long, nr, struct io_event *, events, struct timespec *, timeout) | 111 | #io_syscall5(int, __io_getevents_0_4, io_getevents, io_context_t, ctx, long, min_nr, long, nr, struct io_event *, events, struct timespec *, timeout) |
| 110 | CFLAGS_append_pn-libaio_toolchain-clang_mips = " -fheinous-gnu-extensions" | 112 | CFLAGS_append_pn-libaio_toolchain-clang_mips = " -fheinous-gnu-extensions" |
| 111 | |||
