mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-23 01:52:42 +00:00
This allows configurations to include picolibc without excluding another C library. Signed-off-by: Keith Packard <keithp@keithp.com>
11 lines
237 B
Plaintext
11 lines
237 B
Plaintext
CT_CONFIG_VERSION="3"
|
|
CT_ARCH_ARM=y
|
|
CT_MULTILIB=y
|
|
CT_ARCH_FLOAT_SW=y
|
|
CT_TARGET_VENDOR="picolibc"
|
|
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
|