Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gcc: Pull in RV64 multilib code model fix #544

Merged
merged 1 commit into from
Aug 19, 2022

Conversation

stephanosio
Copy link
Member

@stephanosio stephanosio commented Aug 19, 2022

This commit pulls in the RV64 multilib code model fix in order to
ensure that the RV64 multilibs are built using the medany code model,
as required by Zephyr.

Signed-off-by: Stephanos Ioannidis root@stephanos.io

GCC PR: zephyrproject-rtos/gcc#11

@stephanosio stephanosio added area: GCC Issues related to GCC (GNU Compiler Collection) DNM DO NOT MERGE labels Aug 19, 2022
@stephanosio
Copy link
Member Author

DNM until zephyrproject-rtos/gcc#11 is merged and this PR is updated to reference the merged commit.

@stephanosio
Copy link
Member Author

stephanosio commented Aug 19, 2022

NOTE: The medlow (no mcmodel flag) to medany mapping needs to be tested. -> Done: zephyrproject-rtos/gcc#11 (comment)

This commit pulls in the RV64 multilib code model fix in order to
ensure that the RV64 multilibs are built using the `medany` code model,
as required by Zephyr.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
Copy link
Collaborator

@keith-packard keith-packard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, gcc changes validated, so this is good to go.

@stephanosio stephanosio merged commit ab83726 into zephyrproject-rtos:main Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: GCC Issues related to GCC (GNU Compiler Collection)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants