mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
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:
commit
3b781ee8c1
@ -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