enable newlib c99 format io

This commit is contained in:
Dave Murphy 2014-05-29 12:24:46 +01:00
parent ae01482942
commit 2f10349942

View File

@ -88,6 +88,8 @@ then
--disable-newlib-supplied-syscalls \
--enable-newlib-mb \
--enable-newlib-io-long-long \
--enable-newlib-io-c99 \
--enable-newlib-io-pos-args \
--target=$target \
--prefix=$prefix \
|| { echo "Error configuring newlib"; exit 1; }