Skip to content

Commit

Permalink
xtensa: enable multilib for dc233c and sample_controller
Browse files Browse the repository at this point in the history
This enables multilib support for building GCC. This is needed
to support both CALL0 and Windowed ABIs.

Signed-off-by: Daniel Leung <[email protected]>
  • Loading branch information
dcpleung committed Aug 31, 2023
1 parent 7a19887 commit 5411475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/xtensa-dc233c_zephyr-elf.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ CT_ARCH_XTENSA=y
CT_XTENSA_CUSTOM=y
CT_TARGET_VENDOR="dc233c_zephyr"
CT_TARGET_CFLAGS="-ftls-model=local-exec"
CT_MULTILIB=y
1 change: 1 addition & 0 deletions configs/xtensa-sample_controller_zephyr-elf.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ CT_XTENSA_CUSTOM=y
CT_TARGET_VENDOR="sample_controller_zephyr"
CT_TARGET_CFLAGS="-ftls-model=local-exec"
CT_CC_GCC_CONFIG_TLS=n
CT_MULTILIB=y

0 comments on commit 5411475

Please sign in to comment.