config/libc/newlib.in.2
changeset 2167 9cd8ee461fd0
parent 2166 c1fe0639585a
child 2484 d1a8c2ae7946
     1.1 --- a/config/libc/newlib.in.2	Sat Oct 23 00:53:41 2010 +0200
     1.2 +++ b/config/libc/newlib.in.2	Sat Oct 23 01:21:20 2010 +0200
     1.3 @@ -1,5 +1,12 @@
     1.4  # newlib second-part options
     1.5  
     1.6 +config LIBC_NEWLIB_IO_C99FMT
     1.7 +    bool
     1.8 +    prompt "Enable IOs on C99 formats"
     1.9 +    default n
    1.10 +    help
    1.11 +      Enable support for IOs on C99 formats.
    1.12 +
    1.13  config LIBC_NEWLIB_IO_LL
    1.14      bool
    1.15      prompt "Enable IOs on long long"