diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-01-07 23:39:53 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-01-09 12:56:31 -0800 |
commit | 1eef983f97a125f2b845fa2354d4605ad7da5a6e (patch) | |
tree | 3ed23470ba4a635e0ff29aabce98aca749559951 | |
parent | b5a7b58e9de0c44a478f612f5fae9ce0800b88c0 (diff) | |
download | meta-clang-1eef983f97a125f2b845fa2354d4605ad7da5a6e.tar.gz |
ppp: Mark non-clangable
New version of ppp uses gcc specific options and nested functions which
clang does not support
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/nonclangable.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 129bedc..0402450 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -101,6 +101,10 @@ TOOLCHAIN_pn-pixman = "gcc" | |||
101 | #| ^ | 101 | #| ^ |
102 | TOOLCHAIN_pn-polkit = "gcc" | 102 | TOOLCHAIN_pn-polkit = "gcc" |
103 | 103 | ||
104 | # ppp uses nested functions and gcc specific option e.g. --print-sysroot | ||
105 | # | ||
106 | TOOLCHAIN_pn-ppp = "gcc" | ||
107 | |||
104 | #| ./ports/linux/pseudo_wrappers.c:80:14: error: use of unknown builtin '__builtin_apply' [-Wimplicit-function-declaration] | 108 | #| ./ports/linux/pseudo_wrappers.c:80:14: error: use of unknown builtin '__builtin_apply' [-Wimplicit-function-declaration] |
105 | #| void *res = __builtin_apply((void (*)()) real_syscall, __builtin_apply_args(), sizeof(long) * 7); | 109 | #| void *res = __builtin_apply((void (*)()) real_syscall, __builtin_apply_args(), sizeof(long) * 7); |
106 | #| ^ | 110 | #| ^ |