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

Add long double builtins that aarch64 musl depends on #376

Closed
wants to merge 1 commit into from

Conversation

Amanieu
Copy link
Member

@Amanieu Amanieu commented Aug 24, 2020

These builtins aren't used by rustc but they are used by musl. This causes link failure when we try to statically link musl.

Fixes #201

cc rust-lang/rust#46651

@vigoux
Copy link
Contributor

vigoux commented Aug 24, 2020

Hey, I have another fix just pulling them only when compiling for musl, which one would you like to use ? This one or mine specific to aarch64-linux-musl?

@Amanieu
Copy link
Member Author

Amanieu commented Aug 24, 2020

Closing in favor of #377

@Amanieu Amanieu closed this Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing symbols on aarch64-unknown-linux-musl
2 participants