Add exception relibc

This commit is contained in:
Wildan M 2026-04-14 18:24:23 +07:00
parent 3319e95ef5
commit 7162b7f8fd
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -15,6 +15,9 @@ COOKBOOK_CONFIGURE_FLAGS+=(
if [ "${TARGET}" = "riscv64gc-unknown-redox" ]; then
COOKBOOK_CONFIGURE_FLAGS+=( --without-libstdcxx-zoneinfo )
fi
if [ "${TARGET}" = "x86_64-unknown-linux-musl" ]; then
COOKBOOK_CONFIGURE_FLAGS+=( --without-libstdcxx-zoneinfo )
fi
CPPINCLUDE="${COOKBOOK_HOST_SYSROOT}/$TARGET/include/c++/13.2.0"
export CPPFLAGS+=" -I${CPPINCLUDE} -I${CPPINCLUDE}/$TARGET/bits"