reduce newlib wide-char code

This commit is contained in:
Dave Murphy
2017-01-16 12:59:11 +00:00
parent 029f3b8d51
commit 4a1190df4a

View File

@@ -100,6 +100,7 @@ then
../../newlib-$NEWLIB_VER/configure \
--disable-newlib-supplied-syscalls \
--enable-newlib-mb \
--disable-newlib-wide-orient \
--target=$target \
--prefix=$prefix \
|| { echo "Error configuring newlib"; exit 1; }