diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-07-10 09:48:37 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-07-11 14:07:48 -0700 |
| commit | 36d69c2165778c8ff42eb0402d6217657bd36332 (patch) | |
| tree | 152d7e9813c6d6cacc4c5d96d3a69ae0fc42f12d | |
| parent | a06a370188e121b1e10aac03b698116055e79525 (diff) | |
| download | meta-clang-36d69c2165778c8ff42eb0402d6217657bd36332.tar.gz | |
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 <raj.khem@gmail.com>
| -rw-r--r-- | conf/nonclangable.conf | 5 |
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 |
| 71 | TOOLCHAIN_pn-pixman = "gcc" | 71 | TOOLCHAIN_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 | #| ^ | ||
| 76 | TOOLCHAIN_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 | #| ^ |
