File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ CT_ARCH_ARC=y
44CT_TARGET_VENDOR="zephyr"
55CT_TARGET_CFLAGS="-mno-sdata -mtp-regno=26 -ftls-model=local-exec"
66CT_MULTILIB=y
7+ CT_MULTILIB_SPACE=y
Original file line number Diff line number Diff line change @@ -5,5 +5,6 @@ CT_ARCH_ARM_INTERWORKING=y
55CT_TARGET_VENDOR="zephyr"
66CT_TARGET_CFLAGS="-ftls-model=local-exec"
77CT_MULTILIB=y
8+ CT_MULTILIB_SPACE=y
89CT_CC_GCC_MULTILIB_LIST="rmprofile"
910CT_LIBC_NEWLIB_NANO_TARGET_CFLAGS="-mthumb-interwork"
Original file line number Diff line number Diff line change @@ -26,4 +26,5 @@ CT_PICOLIBC_SRC_CUSTOM=y
2626CT_PICOLIBC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/picolibc"
2727CT_LIBC_PICOLIBC_GLOBAL_ATEXIT=y
2828CT_LIBC_PICOLIBC_EXTRA_SECTIONS=y
29+ CT_LIBC_PICOLIBC_ENABLE_TARGET_OPTSPACE=n
2930CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dthread-local-storage=auto -Derrno-function=zephyr -Dsysroot-install=true -Dsysroot-install-skip-checks=true -Dassert-verbose=false"
You can’t perform that action at this time.
0 commit comments