Message ID | 20251022050810.1572184-2-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [1/5] libcap: Pass OE defined BUILD_CC and BUILD_LDFLAGS | expand |
diff --git a/meta/recipes-devtools/gcc/gcc-15.2.inc b/meta/recipes-devtools/gcc/gcc-15.2.inc index 575987b6433..d178b254878 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" 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"
GCC is not buildable with clang and when using clang for native compiler this fails to build native parts Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta/recipes-devtools/gcc/gcc-15.2.inc | 1 + 1 file changed, 1 insertion(+)