mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
gcc13: add --disable-bootstrap flag to native build configuration
This commit is contained in:
parent
fc7fa2daa3
commit
e6c5483748
@ -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}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user