mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 06:07:49 +00:00
27b18d2fc7
This uses the gcc support for building libstdc++ using alternate lib header files. Signed-off-by: Keith Packard <keithp@keithp.com>
12 lines
254 B
Plaintext
12 lines
254 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
|
|
CT_CC_LANG_CXX=y
|