From 098b3236a456989af17b99b2a1db75714a84070c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 23 Jul 2017 17:20:00 -0700 Subject: nonclangable.conf: Add pixman Signed-off-by: Khem Raj --- conf/nonclangable.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 05c186e..723a399 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -115,3 +115,9 @@ SECURITY_LDLAGS_append_pn-ruby_toolchain-clang = " -Wl,-pie" #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 #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) CFLAGS_append_pn-libaio_toolchain-clang_mips = " -fheinous-gnu-extensions" + +#| ../../pixman-0.34.0/test/utils-prng.c:131:29: error: cannot convert between vector type '__attribute__((__vector_size__(16 * sizeof(char)))) char' (vector of 16 'char' values) and vector type 'uint8x16' (vector of 16 'uint8_t' values) as implicit conversion would cause truncation +#| randdata.vb |= (t.vb >= const_C0#); +#| ^ +# also see http://lists.llvm.org/pipermail/llvm-dev/2016-October/105997.html +TOOLCHAIN_pn-pixman = "gcc" -- cgit v1.2.3-54-g00ecf