diff options
author | Keith Packard <keithp@keithp.com> | 2021-01-07 17:21:39 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2021-01-08 17:48:33 -0800 |
commit | 7e457684ea05795be91265cc5bc0320995288871 (patch) | |
tree | 55e4c5f26808cdd4af017daed90e243cc277d1e9 /samples/arm-picolibc-eabi | |
parent | e785f7c5c44fbf885425506d1e9660f119d18959 (diff) | |
download | crosstool-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-picolibc-eabi')
-rw-r--r-- | samples/arm-picolibc-eabi/crosstool.config | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/samples/arm-picolibc-eabi/crosstool.config b/samples/arm-picolibc-eabi/crosstool.config index 7f7d42a1..48a45437 100644 --- a/samples/arm-picolibc-eabi/crosstool.config +++ b/samples/arm-picolibc-eabi/crosstool.config @@ -3,10 +3,8 @@ CT_ARCH_ARM=y CT_MULTILIB=y CT_ARCH_FLOAT_SW=y CT_TARGET_VENDOR="picolibc" -CT_CC_LANG_CXX=n -CT_LIBC="picolibc" -CT_LIBC_NEWLIB=n -CT_LIBC_PICOLIBC=y +CT_LIBC_NONE=y CT_CC_GCC_CONFIG_TLS=y CT_TARGET_CFLAGS="-ftls-model=local-exec" CT_CC_GCC_MULTILIB_LIST="rmprofile" +CT_COMP_LIBS_PICOLIBC=y |