Skip to content

Commit 129f6d9

Browse files
committed
xtensa: enable multilib for dc233c and sample_controller
This enables multilib support for building GCC. This is needed to support both CALL0 and Windowed ABIs. The corresponding GCC changes are needed to support multilib where Windowed ABI is the default. Signed-off-by: Daniel Leung <[email protected]>
1 parent 29657c9 commit 129f6d9

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

configs/xtensa-dc233c_zephyr-elf.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ CT_ARCH_XTENSA=y
66
CT_XTENSA_CUSTOM=y
77
CT_TARGET_VENDOR="dc233c_zephyr"
88
CT_TARGET_CFLAGS="-ftls-model=local-exec"
9+
CT_MULTILIB=y

configs/xtensa-sample_controller_zephyr-elf.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ CT_XTENSA_CUSTOM=y
77
CT_TARGET_VENDOR="sample_controller_zephyr"
88
CT_TARGET_CFLAGS="-ftls-model=local-exec"
99
CT_CC_GCC_CONFIG_TLS=n
10+
CT_MULTILIB=y

0 commit comments

Comments
 (0)