diff -r 9cd8ee461fd0 -r a52574521bea config/libc/newlib.in.2 --- a/config/libc/newlib.in.2 Sat Oct 23 01:21:20 2010 +0200 +++ b/config/libc/newlib.in.2 Thu Aug 18 16:05:48 2011 +0200 @@ -3,21 +3,18 @@ config LIBC_NEWLIB_IO_C99FMT bool prompt "Enable IOs on C99 formats" - default n help Enable support for IOs on C99 formats. 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" - default n help Enable support for IOs on floating point values (float and double). @@ -25,7 +22,6 @@ config LIBC_NEWLIB_IO_LDBL bool prompt "Enable IOs on long doubles" - default n depends on LIBC_NEWLIB_IO_FLOAT help Enable support for IOs on long doubles.