enable newlib long long io

This commit is contained in:
Dave Murphy 2010-10-05 11:26:32 +00:00
parent f6a41a3a09
commit 06303a92f7

View File

@ -105,6 +105,7 @@ then
CFLAGS_FOR_TARGET="-DREENTRANT_SYSCALLS_PROVIDED -D__DEFAULT_UTF8__ -O2" ../../$NEWLIB_SRCDIR/configure \
--disable-newlib-supplied-syscalls \
--enable-newlib-mb \
--enable-newlib-io-long-long \
--target=$target \
--prefix=$prefix \
|| { echo "Error configuring newlib"; exit 1; }