update newlib with lock stub support

This commit is contained in:
Dave Murphy 2014-11-27 10:26:11 +00:00
parent 63fc9bb5e5
commit 213b8b293d
2 changed files with 7462 additions and 2111 deletions

File diff suppressed because it is too large Load Diff

View File

@ -84,12 +84,9 @@ cd $target/newlib
if [ ! -f configured-newlib ]
then
CFLAGS_FOR_TARGET="-DREENTRANT_SYSCALLS_PROVIDED -D__DEFAULT_UTF8__ -O2" ../../newlib-$NEWLIB_VER/configure \
../../newlib-$NEWLIB_VER/configure \
--disable-newlib-supplied-syscalls \
--enable-newlib-mb \
--enable-newlib-io-long-long \
--enable-newlib-io-c99-formats \
--enable-newlib-io-pos-args \
--target=$target \
--prefix=$prefix \
|| { echo "Error configuring newlib"; exit 1; }