fix: unblock SM8750 Mesa and GCC 15 package builds#1
Merged
Conversation
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.
What changed
26.2.0final archive to the published26.2.0-rc1tarball and verified SHA256pre_configure_host()definition in binutils so the existing host flag cleanup is not shadowedXCFLAGS, which is consumed by the legacy coreconf build systemWhy
The previous Mesa URL returned 404 because Mesa 26.2.0 final has not been released yet. The duplicate binutils hook replaced the package's existing cleanup hook at shell load time. NSS coreconf does not reliably consume an environment-only
CFLAGSoverride and providesXCFLAGSfor externally supplied compiler flags.Together these issues can stop the ROCKNIX build before the SM8750/A830 runtime path is reached.
Validation
optimize-steam-installin only the three intended package filespre_configure_host()hook and no remaining-std=gnu99overrideXCFLAGShttps://archive.mesa3d.org/mesa-26.2.0-rc1.tar.xzreturns HTTP 200Follow-up
This PR intentionally does not alter the SM8750 kernel patch stack. The remaining A8xx GX GDSC/IFPC series should be reviewed separately after the image can build successfully.