-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[LoongArch64] fix the compiling errors within the CLFS linux #89422
Conversation
the linux-kernel and llvm had supported the LoongArch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Was it impacted by libunwind update? There were LA's ABI related changes in libunwind 1.7 release.
Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM modulo the one comment.
The libunwind is ok for these. |
This PR is part of the issue #69705 to amend the LA's port.
Now the linux-kernel and the llvm had supported the LoongArch, it's time to update the 'struct mcontext_t' and some asm formate.
This patch is to fix the compiling errors within the new OS which is published based on the upstream community liking the Arch-linux and CLFS.