From: Khem Raj Date: Wed, 22 Oct 2025 05:08:08 +0000 (-0700) Subject: pseudo: Pin native compiler to gcc as well X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=acc12802ca9c3d24d6aac2977849110a04aa8888;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git pseudo: Pin native compiler to gcc as well pseudo does not build with clang Signed-off-by: Khem Raj Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index e10abd126b..c18318bd53 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb @@ -31,3 +31,4 @@ COMPATIBLE_HOST:libc-musl = 'null' #| ./ports/linux/pseudo_wrappers.c:80:57: error: use of unknown builtin '__builtin_apply_args' [-Wimplicit-function-declaration] #| void *res = __builtin_apply((void (*)()) real_syscall, __builtin_apply_args(), sizeof(long) * 7); TOOLCHAIN = "gcc" +TOOLCHAIN_NATIVE = "gcc"