diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-10-21 22:08:07 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-27 11:37:43 +0000 |
| commit | f5a06f0235fb273e98d4d2a261fffac94a458f79 (patch) | |
| tree | d35064de1aeffc408185e4ff3ee5d2703d9e8ab7 /meta/recipes-devtools | |
| parent | 7c8852a5992f0c199faa5063d06a41c533c9cdfd (diff) | |
| download | poky-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.inc | 1 |
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" | |||
| 11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:" | 11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:" |
| 12 | 12 | ||
| 13 | TOOLCHAIN = "gcc" | 13 | TOOLCHAIN = "gcc" |
| 14 | TOOLCHAIN_NATIVE = "gcc" | ||
| 14 | 15 | ||
| 15 | DEPENDS =+ "mpfr gmp libmpc zlib zstd flex-native" | 16 | DEPENDS =+ "mpfr gmp libmpc zlib zstd flex-native" |
| 16 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native zstd-native" | 17 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native zstd-native" |
