Force patchelf to use 64KB page size on loongarch64#1107
Merged
jjhelmus merged 1 commit intoastral-sh:mainfrom May 1, 2026
Merged
Force patchelf to use 64KB page size on loongarch64#1107jjhelmus merged 1 commit intoastral-sh:mainfrom
jjhelmus merged 1 commit intoastral-sh:mainfrom
Conversation
4aca216 to
b3eb6af
Compare
Contributor
|
Is updating to patchelf 0.14.5 which includes this (and other) patches acceptable? It seems to be a better solution that patching the old version. #1115 does this update |
Contributor
|
Updating to patchelf 0.14.5 requires a compiler with C++17 support which the cross-compilers do not all support. Pulling in the one patch seems the best option at this time. Upgrading to a newer patchelf should be done in the future after compiler which support C++17 are available from cross-compiling. |
jjhelmus
reviewed
May 1, 2026
b3eb6af to
fdfbd20
Compare
Signed-off-by: 吴小白 <296015668@qq.com>
fdfbd20 to
e40d1f2
Compare
jjhelmus
approved these changes
May 1, 2026
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 patch addresses a segmentation fault issue on
LoongArch64platforms caused by incorrect ELF segment alignment during the build process.