summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-10-21 22:08:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-10-27 11:37:43 +0000
commitf5a06f0235fb273e98d4d2a261fffac94a458f79 (patch)
treed35064de1aeffc408185e4ff3ee5d2703d9e8ab7 /meta/recipes-devtools
parent7c8852a5992f0c199faa5063d06a41c533c9cdfd (diff)
downloadpoky-f5a06f0235fb273e98d4d2a261fffac94a458f79.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/gcc/gcc-15.2.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-15.2.inc b/meta/recipes-devtools/gcc/gcc-15.2.inc
index 575987b643..d178b25487 100644
--- a/meta/recipes-devtools/gcc/gcc-15.2.inc
+++ b/meta/recipes-devtools/gcc/gcc-15.2.inc
@@ -11,6 +11,7 @@ BINV = "15.2.0"
11FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:" 11FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:"
12 12
13TOOLCHAIN = "gcc" 13TOOLCHAIN = "gcc"
14TOOLCHAIN_NATIVE = "gcc"
14 15
15DEPENDS =+ "mpfr gmp libmpc zlib zstd flex-native" 16DEPENDS =+ "mpfr gmp libmpc zlib zstd flex-native"
16NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native zstd-native" 17NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native zstd-native"