Disable some newlib features by default to safe space

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

View File

@ -566,6 +566,11 @@ case "${host}" in
;;
sh[34]eb*)
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