aboutsummaryrefslogtreecommitdiff
path: root/samples/arm-unknown-eabi
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2021-01-07 17:21:39 -0800
committerKeith Packard <keithp@keithp.com>2021-01-08 17:48:33 -0800
commit7e457684ea05795be91265cc5bc0320995288871 (patch)
tree55e4c5f26808cdd4af017daed90e243cc277d1e9 /samples/arm-unknown-eabi
parente785f7c5c44fbf885425506d1e9660f119d18959 (diff)
downloadcrosstool-ng-7e457684ea05795be91265cc5bc0320995288871.tar.gz
crosstool-ng-7e457684ea05795be91265cc5bc0320995288871.tar.bz2
crosstool-ng-7e457684ea05795be91265cc5bc0320995288871.zip
picolibc: Convert to companion library
This allows configurations to include picolibc without excluding another C library. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'samples/arm-unknown-eabi')
-rw-r--r--samples/arm-unknown-eabi/crosstool.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/arm-unknown-eabi/crosstool.config b/samples/arm-unknown-eabi/crosstool.config
index 5636c368..3c8cbb79 100644
--- a/samples/arm-unknown-eabi/crosstool.config
+++ b/samples/arm-unknown-eabi/crosstool.config
@@ -6,3 +6,5 @@ CT_LIBC_NEWLIB_IO_LL=y
CT_LIBC_NEWLIB_IO_FLOAT=y
CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y
CT_CC_LANG_CXX=y
+CT_COMP_LIBS_PICOLIBC=y
+CT_TARGET_CFLAGS="-ftls-model=local-exec"