gcc: Pin native toolchain to GCC as well

GCC is not buildable with clang and when using clang
for native compiler this fails to build native parts

(From OE-Core rev: 38825ed9e8f24a2ae31df377f7f3c971bc617a19)

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:07 -07:00 committed by Richard Purdie
parent 7c8852a599
commit f5a06f0235

View File

@ -11,6 +11,7 @@ BINV = "15.2.0"
FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:"
TOOLCHAIN = "gcc"
TOOLCHAIN_NATIVE = "gcc"
DEPENDS =+ "mpfr gmp libmpc zlib zstd flex-native"
NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native zstd-native"