Skip to content

Commit 5411475

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. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
1 parent 7a19887 commit 5411475

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

configs/xtensa-dc233c_zephyr-elf.config

+1
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

+1
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)