diff -r e67ab7a73b2f -r c1fe0639585a config/libc/newlib.in.2 --- a/config/libc/newlib.in.2 Sat Oct 23 00:54:46 2010 +0200 +++ b/config/libc/newlib.in.2 Sat Oct 23 00:53:41 2010 +0200 @@ -1,5 +1,12 @@ # newlib second-part options +config LIBC_NEWLIB_IO_LL + bool + prompt "Enable IOs on long long" + default n + help + Enable support for IOs on long long integers. + config LIBC_NEWLIB_IO_FLOAT bool prompt "Enable IOs on floats and doubles"