Skip to content

Commit 6cd6af0

Browse files
committed
Revert "Add CT_MULTILIB_SPACE=y to arm and arc configurations"
This reverts commit 90d6193. Revert to be able to have a full build on macos. To be enabled after making picolibc default and dropping newlib.
1 parent 90d6193 commit 6cd6af0

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

configs/arc-zephyr-elf.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ CT_ARCH_ARC=y
44
CT_TARGET_VENDOR="zephyr"
55
CT_TARGET_CFLAGS="-mno-sdata -mtp-regno=26 -ftls-model=local-exec"
66
CT_MULTILIB=y
7-
CT_MULTILIB_SPACE=y

configs/arm-zephyr-eabi.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ CT_ARCH_ARM_INTERWORKING=y
55
CT_TARGET_VENDOR="zephyr"
66
CT_TARGET_CFLAGS="-ftls-model=local-exec"
77
CT_MULTILIB=y
8-
CT_MULTILIB_SPACE=y
98
CT_CC_GCC_MULTILIB_LIST="rmprofile"
109
CT_LIBC_NEWLIB_NANO_TARGET_CFLAGS="-mthumb-interwork"

configs/common.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,4 @@ CT_PICOLIBC_SRC_CUSTOM=y
7272
CT_PICOLIBC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/picolibc"
7373
CT_LIBC_PICOLIBC_GLOBAL_ATEXIT=y
7474
CT_LIBC_PICOLIBC_EXTRA_SECTIONS=y
75-
CT_LIBC_PICOLIBC_ENABLE_TARGET_OPTSPACE=n
7675
CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dthread-local-storage=auto -Derrno-function=zephyr -Dsysroot-install=true -Dsysroot-install-skip-checks=true -Dassert-verbose=false"

0 commit comments

Comments
 (0)