Disable some newlib features by default to safe space

This commit is contained in:
Memallox 2018-08-24 12:26:02 +02:00
parent c40e651d90
commit c4024e42ed
1 changed files with 5 additions and 0 deletions

View File

@ -543,6 +543,11 @@ case "${host}" in
;;
sh3eb*)
sys_dir=sh3eb
#see https://sourceware.org/newlib/README
newlib_fvwrite_in_streamio=no
newlib_fseek_optimization=no
newlib_wide_orient=no
newlib_multithread=no
;;
sh*-*)
sys_dir=sh