From 36d69c2165778c8ff42eb0402d6217657bd36332 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 10 Jul 2019 09:48:37 -0700 Subject: polkit: Mark non clangable with latest mozjs 60.x it does not compile with clang its fixable but mark it gcc only in the mean term Signed-off-by: Khem Raj --- conf/nonclangable.conf | 5 +++++ 1 file changed, 5 insertions(+) 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" # also see http://lists.llvm.org/pipermail/llvm-dev/2016-October/105997.html TOOLCHAIN_pn-pixman = "gcc" +#recipe-sysroot/usr/include/mozjs-60/mozilla/Span.h:634:5: error: statement not allowed in constexpr function +#| MOZ_RELEASE_ASSERT(aStart <= len && (aLength == dynamic_extent || +#| ^ +TOOLCHAIN_pn-polkit = "gcc" + #| ./ports/linux/pseudo_wrappers.c:80:14: error: use of unknown builtin '__builtin_apply' [-Wimplicit-function-declaration] #| void *res = __builtin_apply((void (*)()) real_syscall, __builtin_apply_args(), sizeof(long) * 7); #| ^ -- cgit v1.2.3-54-g00ecf