Skip to content

Commit 749ca10

Browse files
committed
libc: Make libc-nano default for ARM toolchain if newlib
The ARM embedded toolchain has 2 newlib based libc build variants, one that utilizes the "nano" configuration which is more in line with the Zephyr SDK. Make the "nano" cfg the default if newlib is enabled to match closer how the Zephyr SDK behaves. Signed-off-by: Kumar Gala <[email protected]>
1 parent e15852c commit 749ca10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/libc/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ if "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "gnuarmemb"
1919
config NEWLIB_LIBC_NANO
2020
bool "Build with newlib-nano c library"
2121
depends on NEWLIB_LIBC
22+
default y
2223
help
2324
Build with newlib-nano library, for small embedded apps.
2425
The newlib-nano library for ARM embedded processors is a part of the

0 commit comments

Comments
 (0)