gcc13: add --disable-bootstrap flag to native build configuration

This commit is contained in:
Ojus Chugh 2026-02-09 18:34:36 +05:30
parent fc7fa2daa3
commit e6c5483748

View File

@ -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}"