diff options
Diffstat (limited to 'samples')
-rw-r--r-- | samples/arm-unknown-eabi/crosstool.config | 1 |
1 files changed, 1 insertions, 0 deletions
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 |