summaryrefslogtreecommitdiffstats
path: root/conf/nonclangable.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/nonclangable.conf')
-rw-r--r--conf/nonclangable.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 986124b..595e770 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -70,6 +70,11 @@ TOOLCHAIN_pn-libgcrypt_mips64 = "gcc"
70# also see http://lists.llvm.org/pipermail/llvm-dev/2016-October/105997.html 70# also see http://lists.llvm.org/pipermail/llvm-dev/2016-October/105997.html
71TOOLCHAIN_pn-pixman = "gcc" 71TOOLCHAIN_pn-pixman = "gcc"
72 72
73#recipe-sysroot/usr/include/mozjs-60/mozilla/Span.h:634:5: error: statement not allowed in constexpr function
74#| MOZ_RELEASE_ASSERT(aStart <= len && (aLength == dynamic_extent ||
75#| ^
76TOOLCHAIN_pn-polkit = "gcc"
77
73#| ./ports/linux/pseudo_wrappers.c:80:14: error: use of unknown builtin '__builtin_apply' [-Wimplicit-function-declaration] 78#| ./ports/linux/pseudo_wrappers.c:80:14: error: use of unknown builtin '__builtin_apply' [-Wimplicit-function-declaration]
74#| void *res = __builtin_apply((void (*)()) real_syscall, __builtin_apply_args(), sizeof(long) * 7); 79#| void *res = __builtin_apply((void (*)()) real_syscall, __builtin_apply_args(), sizeof(long) * 7);
75#| ^ 80#| ^