Merge branch 'fix-gcc-test-suite' into 'master'

skip gcc test suite build

See merge request redox-os/redox!1884
This commit is contained in:
Jeremy Soller 2026-02-09 11:03:26 -07:00
commit 3b781ee8c1

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