summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/nonclangable.conf3
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"
57TOOLCHAIN_pn-uclibc-initial = "gcc" 57TOOLCHAIN_pn-uclibc-initial = "gcc"
58TOOLCHAIN_pn-valgrind = "gcc" 58TOOLCHAIN_pn-valgrind = "gcc"
59TOOLCHAIN_pn-zlib = "gcc" 59TOOLCHAIN_pn-zlib = "gcc"
60# qemu-user does not execute the applications built with clang correctly
61TOOLCHAIN_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)
110CFLAGS_append_pn-libaio_toolchain-clang_mips = " -fheinous-gnu-extensions" 112CFLAGS_append_pn-libaio_toolchain-clang_mips = " -fheinous-gnu-extensions"
111