Skip to content

Commit 978e296

Browse files
keith-packardnashif
authored andcommitted
Enable multilib-space for everyone
Add CT_MULTILIB_SPACE=y to the common configuration. Signed-off-by: Keith Packard <[email protected]>
1 parent 5694318 commit 978e296

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ CT_GCC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/gcc"
2121
CT_CC_GCC_EXTRA_CONFIG_ARRAY="--with-gnu-ld --with-gnu-as --enable-initfini-array"
2222
CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY="--with-gnu-ld --with-gnu-as --enable-initfini-array"
2323
CT_CC_LANG_CXX=y
24+
CT_MULTILIB_SPACE=y
2425

2526
# Picolibc
2627
CT_LIBC_PICOLIBC=y

0 commit comments

Comments
 (0)