config/libc/newlib.in.2
changeset 2484 d1a8c2ae7946
parent 2167 9cd8ee461fd0
child 2647 cb0f31fe2535
     1.1 --- a/config/libc/newlib.in.2	Sat Oct 23 01:21:20 2010 +0200
     1.2 +++ b/config/libc/newlib.in.2	Tue May 31 16:27:39 2011 +0200
     1.3 @@ -3,21 +3,18 @@
     1.4  config LIBC_NEWLIB_IO_C99FMT
     1.5      bool
     1.6      prompt "Enable IOs on C99 formats"
     1.7 -    default n
     1.8      help
     1.9        Enable support for IOs on C99 formats.
    1.10  
    1.11  config LIBC_NEWLIB_IO_LL
    1.12      bool
    1.13      prompt "Enable IOs on long long"
    1.14 -    default n
    1.15      help
    1.16        Enable support for IOs on long long integers.
    1.17  
    1.18  config LIBC_NEWLIB_IO_FLOAT
    1.19      bool
    1.20      prompt "Enable IOs on floats and doubles"
    1.21 -    default n
    1.22      help
    1.23        Enable support for IOs on floating point
    1.24        values (float and double).
    1.25 @@ -25,7 +22,6 @@
    1.26  config LIBC_NEWLIB_IO_LDBL
    1.27      bool
    1.28      prompt "Enable IOs on long doubles"
    1.29 -    default n
    1.30      depends on LIBC_NEWLIB_IO_FLOAT
    1.31      help
    1.32        Enable support for IOs on long doubles.