libc: Remove dependence of LIBC_FLOATINGPOINT and LIBC_LONG_LONG from LIBC_NUMBERED_ARGS
since LIBC_NUMBERED_ARGS can work without both Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
ee77243247
commit
a05ab2ab49
|
@ -77,7 +77,6 @@ config LIBC_LONG_LONG
|
|||
config LIBC_NUMBERED_ARGS
|
||||
bool "Enable numbered arguments in printf"
|
||||
default n
|
||||
depends on LIBC_FLOATINGPOINT || LIBC_LONG_LONG
|
||||
---help---
|
||||
Enables support for numbered arguments in printf.
|
||||
|
||||
|
|
Loading…
Reference in New Issue