From e6c5483748282bdeeb2a1a5e90c0b46f5a178122 Mon Sep 17 00:00:00 2001 From: Ojus Chugh Date: Mon, 9 Feb 2026 18:34:36 +0530 Subject: [PATCH] gcc13: add --disable-bootstrap flag to native build configuration --- recipes/dev/gcc13/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/dev/gcc13/recipe.toml b/recipes/dev/gcc13/recipe.toml index 425fc7c2d..93d558fb3 100644 --- a/recipes/dev/gcc13/recipe.toml +++ b/recipes/dev/gcc13/recipe.toml @@ -33,6 +33,7 @@ COOKBOOK_CONFIGURE_FLAGS=( --disable-hosted-libstdcxx --with-sysroot --with-build-sysroot="${COOKBOOK_CROSS_SYSROOT:-$COOKBOOK_SYSROOT}" + --disable-bootstrap ) else export CFLAGS_FOR_TARGET="${CPPFLAGS}" CXXFLAGS_FOR_TARGET="${CPPFLAGS}" LDFLAGS_FOR_TARGET="${LDFLAGS}"