summaryrefslogtreecommitdiff
path: root/config/libc/newlib.in.2
blob: 66b02759e39d9f34bf4a0038243c1b654549026a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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"
    default n
    help
      Enable support for IOs on floating point
      values (float and double).

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.