xtensa: enable multilib for dc233c and sample_controller#701
Closed
dcpleung wants to merge 1 commit into
Closed
Conversation
dcpleung
marked this pull request as draft
August 31, 2023 22:13
dcpleung
force-pushed
the
xtensa/multilib
branch
from
August 31, 2023 22:19
bf41ee2 to
5411475
Compare
Member
Author
|
CI actions won't produce correct binaries as it doesn't pull the GCC patch. |
dcpleung
force-pushed
the
xtensa/multilib
branch
2 times, most recently
from
September 1, 2023 19:18
32fb043 to
5a1c2eb
Compare
stephanosio
self-requested a review
November 15, 2023 05:24
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 <daniel.leung@intel.com>
dcpleung
force-pushed
the
xtensa/multilib
branch
from
November 17, 2023 18:40
5a1c2eb to
129f6d9
Compare
Member
|
@dcpleung why is this still a fraft? Can you rebase? |
Member
Author
|
This is needed for CALL0 API support, and also to aid in adding CALL0 support code. Since we still have no viable CALL0 code to test, there is not much point in merging it now. That's why it's in draft until we have something to test with. |
Member
|
Closing as stale. Please re-open if this is still relevant. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This enables multilib support for building GCC. This is needed to support both CALL0 and Windowed ABIs.
Needs: zephyrproject-rtos/gcc#23