mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
945b4c6436
This allows building newlib-nano in addition to newlib and picolibc, allowing users to select between C libraries within the same toolchain. Signed-off-by: Keith Packard <keithp@keithp.com>
12 lines
284 B
Plaintext
12 lines
284 B
Plaintext
CT_CONFIG_VERSION="3"
|
|
CT_ARCH_ARM=y
|
|
CT_ARCH_FLOAT_SW=y
|
|
CT_LIBC_NEWLIB_IO_C99FMT=y
|
|
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"
|
|
CT_COMP_LIBS_NEWLIB_NANO=y
|