fix(target): fix mipseb 64bit compile#2923
Merged
Conversation
Signed-off-by: loongtao.zhang <loongtao.zhang@outlook.com>
skmcgrail
reviewed
Dec 30, 2025
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2923 +/- ##
==========================================
- Coverage 78.35% 78.17% -0.18%
==========================================
Files 690 690
Lines 118668 118667 -1
Branches 16686 16682 -4
==========================================
- Hits 92985 92771 -214
- Misses 24792 25008 +216
+ Partials 891 888 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
justsmth
approved these changes
Jan 2, 2026
Contributor
|
Thanks for the PR! :-) |
WillChilds-Klein
approved these changes
Jan 2, 2026
Contributor
|
We had a similar fix for 32-bit here: https://github.com/aws/aws-lc/pull/2143/changes |
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.
Issues:
Resolves aws/aws-lc-rs#522
Addresses aws/aws-lc-rs#522
Description of changes:
add support for mips big endiness 64bit.
Testing:
after apply this patch, mips64-unknown-linux-muslabi64 could be compiled:
https://github.com/cathaysia/aws-lc-rs-522/actions/runs/20497659307/job/58899733568