Replace custom stdlib implementations with the compiler defaults

This commit is contained in:
wuggy 2026-04-21 23:43:14 -07:00
commit ef314d225f
3 changed files with 9 additions and 22 deletions

View file

@ -276,8 +276,8 @@ case "$target" in
unset _MSVC_VER_FILTER
WRAP_STL_INCLUDES=1
STL_FLAGS="-I${DIST}/stl_wrappers"
WRAP_STL_INCLUDES=
STL_FLAGS=
CFLAGS="$CFLAGS -D_HAS_EXCEPTIONS=0"
CXXFLAGS="$CXXFLAGS -D_HAS_EXCEPTIONS=0"
else
@ -1231,8 +1231,8 @@ Darwin)
;;
*)
if test -z "$GNU_CC"; then
STL_FLAGS="-I${DIST}/stl_wrappers"
WRAP_STL_INCLUDES=1
STL_FLAGS=
WRAP_STL_INCLUDES=
fi
;;
esac