From acc12802ca9c3d24d6aac2977849110a04aa8888 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 21 Oct 2025 22:08:08 -0700 Subject: [PATCH] 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 --- meta/recipes-devtools/pseudo/pseudo_git.bb | 1 + 1 file changed, 1 insertion(+) 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" -- 2.47.3