From 6b262b792cdaa2db021efe5c02b256587e8a5079 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 25 Jul 2017 19:12:40 -0700 Subject: nonclangable: Add klibc to list Reorder alphabetically. Signed-off-by: Khem Raj --- conf/nonclangable.conf | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 94b6924..c4cd054 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -73,6 +73,10 @@ TOOLCHAIN_pn-mpfr_mips64 = "gcc" TOOLCHAIN_pn-icu_armv4 = "gcc" TOOLCHAIN_pn-icu_armv5 = "gcc" +# klcc is hardcoded to look for gcc +TOOLCHAIN_pn-klibc = "gcc" +TOOLCHAIN_pn-klibc-static-utils = "gcc" + #../../libgcrypt-1.6.5/mpi/mpih-div.c:98:3: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions TOOLCHAIN_pn-libgcrypt_mips64 = "gcc" @@ -85,6 +89,12 @@ TOOLCHAIN_pn-libgcrypt_mips64 = "gcc" TOOLCHAIN_pn-nodejs_armv7a = "gcc" TOOLCHAIN_pn-nodejs_armv7ve = "gcc" +#| ../../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" + # x264 causes a infinite loop when compiling 1 source file # TOOLCHAIN_pn-x264_x86 = "gcc" @@ -116,11 +126,5 @@ SECURITY_LDLAGS_append_pn-ruby_toolchain-clang = " -Wl,-pie" #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" - #| error: unknown warning option '-Wimplicit-fallthrough=0'; did you mean '-Wimplicit-fallthrough'? [-Werror,-Wunknown-warning-option] CFLAGS_append_pn-mdadm_toolchain-clang = " -Wno-error=unknown-warning-option" -- cgit v1.2.3-54-g00ecf