libs/libc/stdio/Kconfig: CONFIG_NANO_PRINTF should depend on CONFIG_LIBC_LONG_LONG=n. Default should be y if CONFIG_DEFAULT_MALL=yi (as suggested by Alan Carvalho de Assis).

This commit is contained in:
Gregory Nutt 2019-02-07 17:37:32 -06:00
parent 38508e72b9
commit adf28d8903

View File

@ -110,7 +110,9 @@ config MEMCPY_VIK
config NANO_PRINTF
bool "Use nano printf code"
default n
default y if DEFAULT_SMALL
default n if !DEFAULT_SMALL
depends on !LIBC_LONG_LONG
---help---
Replace printf code with version from newlib-nano. This version
provides improved floating point output support, including 'g' mode