newlib: enable multibyte support

This commit is contained in:
Giacomo Tesio 2017-04-23 22:38:21 +02:00
parent fc63a34c55
commit cd087cebd1
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ export CFLAGS_FOR_TARGET="-g -gdwarf-2 -ggdb -O$NEWLIB_OPTIMIZATION"
mkdir $NEWLIB_BUILD &&
mkdir $NEWLIB_PREFIX &&
cd $NEWLIB_BUILD &&
$NEWLIB_SRC/configure --prefix=$NEWLIB_PREFIX --target=x86_64-jehanne &&
$NEWLIB_SRC/configure --enable-newlib-mb --prefix=$NEWLIB_PREFIX --target=x86_64-jehanne &&
make all && make install &&
rm -fr $JEHANNE/sys/posix/newlib &&
rm -fr $JEHANNE/arch/amd64/lib/newlib &&