From: Khem Raj Date: Wed, 21 May 2025 06:19:51 +0000 (-0700) Subject: gcc: Always use GCC toolchain X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e84b252eb6c01956cad554e9c453412b45e51f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gcc: Always use GCC toolchain GCC is not yet compilable with clang e.g. Signed-off-by: Khem Raj Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- 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" FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:" +TOOLCHAIN = "gcc" + DEPENDS =+ "mpfr gmp libmpc zlib zstd flex-native" NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native zstd-native"