From 1eef983f97a125f2b845fa2354d4605ad7da5a6e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 7 Jan 2021 23:39:53 -0800 Subject: 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 --- conf/nonclangable.conf | 4 ++++ 1 file changed, 4 insertions(+) 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" #| ^ TOOLCHAIN_pn-polkit = "gcc" +# ppp uses nested functions and gcc specific option e.g. --print-sysroot +# +TOOLCHAIN_pn-ppp = "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