summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-07-25 19:12:40 -0700
committerKhem Raj <raj.khem@gmail.com>2017-07-25 19:12:40 -0700
commit6b262b792cdaa2db021efe5c02b256587e8a5079 (patch)
treeef74b07eb258094dad2630046629f01879a190a0 /conf
parent81a40b7fe101a25dcd233a94efbb42d2d8103355 (diff)
downloadmeta-clang-6b262b792cdaa2db021efe5c02b256587e8a5079.tar.gz
nonclangable: Add klibc to list
Reorder alphabetically. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/nonclangable.conf16
1 files 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"
73TOOLCHAIN_pn-icu_armv4 = "gcc" 73TOOLCHAIN_pn-icu_armv4 = "gcc"
74TOOLCHAIN_pn-icu_armv5 = "gcc" 74TOOLCHAIN_pn-icu_armv5 = "gcc"
75 75
76# klcc is hardcoded to look for gcc
77TOOLCHAIN_pn-klibc = "gcc"
78TOOLCHAIN_pn-klibc-static-utils = "gcc"
79
76#../../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 80#../../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
77TOOLCHAIN_pn-libgcrypt_mips64 = "gcc" 81TOOLCHAIN_pn-libgcrypt_mips64 = "gcc"
78 82
@@ -85,6 +89,12 @@ TOOLCHAIN_pn-libgcrypt_mips64 = "gcc"
85TOOLCHAIN_pn-nodejs_armv7a = "gcc" 89TOOLCHAIN_pn-nodejs_armv7a = "gcc"
86TOOLCHAIN_pn-nodejs_armv7ve = "gcc" 90TOOLCHAIN_pn-nodejs_armv7ve = "gcc"
87 91
92#| ../../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
93#| randdata.vb |= (t.vb >= const_C0#);
94#| ^
95# also see http://lists.llvm.org/pipermail/llvm-dev/2016-October/105997.html
96TOOLCHAIN_pn-pixman = "gcc"
97
88# x264 causes a infinite loop when compiling 1 source file 98# x264 causes a infinite loop when compiling 1 source file
89# 99#
90TOOLCHAIN_pn-x264_x86 = "gcc" 100TOOLCHAIN_pn-x264_x86 = "gcc"
@@ -116,11 +126,5 @@ SECURITY_LDLAGS_append_pn-ruby_toolchain-clang = " -Wl,-pie"
116#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) 126#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)
117CFLAGS_append_pn-libaio_toolchain-clang_mips = " -fheinous-gnu-extensions" 127CFLAGS_append_pn-libaio_toolchain-clang_mips = " -fheinous-gnu-extensions"
118 128
119#| ../../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
120#| randdata.vb |= (t.vb >= const_C0#);
121#| ^
122# also see http://lists.llvm.org/pipermail/llvm-dev/2016-October/105997.html
123TOOLCHAIN_pn-pixman = "gcc"
124
125#| error: unknown warning option '-Wimplicit-fallthrough=0'; did you mean '-Wimplicit-fallthrough'? [-Werror,-Wunknown-warning-option] 129#| error: unknown warning option '-Wimplicit-fallthrough=0'; did you mean '-Wimplicit-fallthrough'? [-Werror,-Wunknown-warning-option]
126CFLAGS_append_pn-mdadm_toolchain-clang = " -Wno-error=unknown-warning-option" 130CFLAGS_append_pn-mdadm_toolchain-clang = " -Wno-error=unknown-warning-option"