Fix libelf autoconf for unsupported architectures #107
Open
SonicMastr wants to merge 10 commits intovitasdk:masterfrom
Open
Fix libelf autoconf for unsupported architectures #107SonicMastr wants to merge 10 commits intovitasdk:masterfrom
SonicMastr wants to merge 10 commits intovitasdk:masterfrom
Conversation
Contributor
Author
|
Note: This may majorly conflict with M1 changes, so it'd be nice to find something that can be used to fix both. Two birds with one stone |
Allows rebuilding of projects without having to completely delete the build directory for the target at the expense of checking for a valid patch
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.
The old configuration fails with any architectures that aren't x86/x86-64 based. This change updates the config files to the latest version manually (since reconf doesn't work) to support other architectures, mainly ARM.