From 945b4c64368b895c190a9b7592d6514bd1ee1d5d Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 9 Jan 2021 00:06:43 -0800 Subject: Add newlib-nano as companion lib This allows building newlib-nano in addition to newlib and picolibc, allowing users to select between C libraries within the same toolchain. Signed-off-by: Keith Packard --- samples/arm-unknown-eabi/crosstool.config | 1 + 1 file changed, 1 insertion(+) (limited to 'samples') diff --git a/samples/arm-unknown-eabi/crosstool.config b/samples/arm-unknown-eabi/crosstool.config index 3c8cbb79..ffe09859 100644 --- a/samples/arm-unknown-eabi/crosstool.config +++ b/samples/arm-unknown-eabi/crosstool.config @@ -8,3 +8,4 @@ CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y CT_CC_LANG_CXX=y CT_COMP_LIBS_PICOLIBC=y CT_TARGET_CFLAGS="-ftls-model=local-exec" +CT_COMP_LIBS_NEWLIB_NANO=y -- cgit v1.2.3