mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +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:
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user