]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
pseudo: Pin native compiler to gcc as well
authorKhem Raj <raj.khem@gmail.com>
Wed, 22 Oct 2025 05:08:08 +0000 (22:08 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Oct 2025 11:37:39 +0000 (11:37 +0000)
pseudo does not build with clang

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pseudo/pseudo_git.bb

index e10abd126bf1be5f8ca17036b9d63ce2dbc0e0a5..c18318bd538167d681610fd7dd4a27299149479b 100644 (file)
@@ -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"