Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cross-*-musl*: rebuild musl with PIC #16325

Merged
merged 13 commits into from
Nov 11, 2019
Merged

Conversation

q66
Copy link
Contributor

@q66 q66 commented Nov 10, 2019

This is necessary because if musl is not built with PIC in the environment, things that need to link as static PIE when cross compiling will not build (notably #16320). The target musl is okay because the "final" gcc is built with --enable-default-pie but the cross musl is built with the bootstrap gcc.

@Hoshpak Hoshpak merged commit 675ab68 into void-linux:master Nov 11, 2019
@q66 q66 deleted the cross-musl-pic branch December 2, 2019 20:46
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants