mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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:
parent
7c8852a599
commit
f5a06f0235
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user