mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
9b87613c37
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
32 lines
691 B
Groff
32 lines
691 B
Groff
# newlib second-part options
|
|
|
|
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).
|
|
|
|
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.
|