summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-01-18 19:50:19 (GMT)
committerGitHub <noreply@github.com>2021-01-18 19:50:19 (GMT)
commit1678034bb637c506f3f2fdd455fa73ec76a15ff3 (patch)
tree152cc80bacb6a3fa67d3d6023b99881b40da9213 /samples
parentfcf323336eab38aa8d0fffe75c11062d3e049caa (diff)
parentbeb587a2711885e5630e695cf89767d5de5df4d1 (diff)
Merge pull request #1447 from keith-packard/nano-companion
Build newlib-nano as a companion library
Diffstat (limited to 'samples')
-rw-r--r--samples/arm-unknown-eabi/crosstool.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/arm-unknown-eabi/crosstool.config b/samples/arm-unknown-eabi/crosstool.config
index 3c8cbb7..ffe0985 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