diff -r e67ab7a73b2f -r c1fe0639585a scripts/build/libc/newlib.sh --- a/scripts/build/libc/newlib.sh Sat Oct 23 00:54:46 2010 +0200 +++ b/scripts/build/libc/newlib.sh Sat Oct 23 00:53:41 2010 +0200 @@ -68,6 +68,11 @@ CT_DoLog EXTRA "Configuring C library" + if [ "${CT_LIBC_NEWLIB_IO_LL}" = "y" ]; then + newlib_opts+=( "--enable-newlib-io-long-long" ) + else + newlib_opts+=( "--disable-newlib-io-long-long" ) + fi if [ "${CT_LIBC_NEWLIB_IO_FLOAT}" = "y" ]; then newlib_opts+=( "--enable-newlib-io-float" ) if [ "${CT_LIBC_NEWLIB_IO_LDBL}" = "y" ]; then