Use latest LLVM for musl builds#916
Merged
jjhelmus merged 2 commits intoastral-sh:mainfrom Dec 10, 2025
Merged
Conversation
jjhelmus
commented
Dec 9, 2025
| # tcl misbehaves when performing static musl builds | ||
| # `checking whether musl-clang accepts -g...` fails with a duplicate definition error | ||
| TARGET_TRIPLE="$(echo "${TARGET_TRIPLE}" | sed -e 's/-unknown-linux-musl/-unknown-linux-gnu/g')" | ||
| # tcl will use an internal implementation of certain POSIX function when |
Contributor
Author
There was a problem hiding this comment.
This file is a mixture of tabs and spaces for indentation. I keep the existing mixture.
Contributor
Author
|
To expand a bit on this change. When compiling for musl with a static option the check for a proper strtoul implementation short circuits to |
zanieb
approved these changes
Dec 10, 2025
jjhelmus
added a commit
to jjhelmus/python-build-standalone
that referenced
this pull request
Dec 10, 2025
--print-multiarch reporting an incorrect triple was a bug in LLVM that was fixed. With the project now using LLVM 21+ (astral-sh#916) the patches to remove this check during configuration are no necessary. closes astral-sh#865
Merged
jjhelmus
added a commit
that referenced
this pull request
Dec 10, 2025
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.
closes #829