mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 21:57:48 +00:00
c15de32ec6
This adds support for using picolibc instead of newlib on embedded systems. Signed-off-by: Keith Packard <keithp@keithp.com> v2: Add check for meson and ninja Sync option default values with current picolibc defaults Remove xtensa sys header file install as those aren't in picolibc
13 lines
270 B
Plaintext
13 lines
270 B
Plaintext
CT_CONFIG_VERSION="3"
|
|
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_CC_GCC_CONFIG_TLS=y
|
|
CT_TARGET_CFLAGS="-ftls-model=local-exec"
|
|
CT_CC_GCC_MULTILIB_LIST="rmprofile"
|