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.

The corresponding GCC changes are needed to support multilib
where Windowed ABI is the default.

Signed-off-by: Daniel Leung <[email protected]>
  • Loading branch information
dcpleung committed Nov 17, 2023
1 parent 29657c9 commit 129f6d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion gcc

0 comments on commit 129f6d9

Please sign in to comment.