Merge branch 'rev-gcc-sysroot' into 'master'

Revert removing GCC with-sysroot

See merge request redox-os/redox!2046
This commit is contained in:
Wildan Mubarok 2026-04-08 22:39:09 +00:00
commit a669435d26

View File

@ -40,6 +40,7 @@ export CFLAGS_FOR_TARGET="${CPPFLAGS}" CXXFLAGS_FOR_TARGET="${CPPFLAGS}" LDFLAGS
export CC_FOR_BUILD="$CC_WRAPPER gcc" CXX_FOR_BUILD="$CC_WRAPPER g++"
unset CFLAGS CPPFLAGS LDFLAGS
COOKBOOK_CONFIGURE_FLAGS+=(
--with-sysroot=/
--with-gmp="${COOKBOOK_SYSROOT}/usr"
--with-mpfr="${COOKBOOK_SYSROOT}/usr"
--with-mpc="${COOKBOOK_SYSROOT}/usr"