1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-10 04:00:28 +00:00

pseudo: Pin native compiler to gcc as well

pseudo does not build with clang

(From OE-Core rev: acc12802ca9c3d24d6aac2977849110a04aa8888)

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>
This commit is contained in:
Khem Raj
2025-10-21 22:08:08 -07:00
committed by Richard Purdie
parent f5a06f0235
commit 9177713f40
@@ -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"