diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-05-20 23:19:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-22 14:36:49 +0100 |
commit | 01f26a021ab442a42eadd4959d43e01a00138433 (patch) | |
tree | 5d0292b76fe605b2b2375c3318a5ce295420d2b1 | |
parent | 9786fca4f6383ce89f8652353c116730f02d7043 (diff) | |
download | poky-01f26a021ab442a42eadd4959d43e01a00138433.tar.gz |
gcc: Always use GCC toolchain
GCC is not yet compilable with clang e.g.
(From OE-Core rev: 28e84b252eb6c01956cad554e9c453412b45e51f)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-15.1.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-15.1.inc b/meta/recipes-devtools/gcc/gcc-15.1.inc index 864c6091a6..f3e9204131 100644 --- a/meta/recipes-devtools/gcc/gcc-15.1.inc +++ b/meta/recipes-devtools/gcc/gcc-15.1.inc | |||
@@ -10,6 +10,8 @@ BINV = "15.1.0" | |||
10 | 10 | ||
11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:" | 11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:" |
12 | 12 | ||
13 | TOOLCHAIN = "gcc" | ||
14 | |||
13 | DEPENDS =+ "mpfr gmp libmpc zlib zstd flex-native" | 15 | DEPENDS =+ "mpfr gmp libmpc zlib zstd flex-native" |
14 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native zstd-native" | 16 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native zstd-native" |
15 | 17 | ||