mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-29 00:58:51 +00:00
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"
|