config/libc/newlib.in.2
changeset 2165 e67ab7a73b2f
child 2166 c1fe0639585a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/libc/newlib.in.2	Sat Oct 23 00:54:46 2010 +0200
     1.3 @@ -0,0 +1,17 @@
     1.4 +# newlib second-part options
     1.5 +
     1.6 +config LIBC_NEWLIB_IO_FLOAT
     1.7 +    bool
     1.8 +    prompt "Enable IOs on floats and doubles"
     1.9 +    default n
    1.10 +    help
    1.11 +      Enable support for IOs on floating point
    1.12 +      values (float and double).
    1.13 +
    1.14 +config LIBC_NEWLIB_IO_LDBL
    1.15 +    bool
    1.16 +    prompt "Enable IOs on long doubles"
    1.17 +    default n
    1.18 +    depends on LIBC_NEWLIB_IO_FLOAT
    1.19 +    help
    1.20 +      Enable support for IOs on long doubles.