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 compiler-rt fallbacks on aarch64-musl #377

Merged
merged 1 commit into from
Aug 24, 2020

Conversation

vigoux
Copy link
Contributor

@vigoux vigoux commented Aug 24, 2020

This allows to build the compiler for aarch64-unknown-linux-musl and run the tests.

I ran the test suite remotely on an aarch64-unknown-linux-musl, cross-compiled from x86-unknown-linux-gnu, and successfully passed the whole test suite.

For the record :
Fixes rust-lang/rust#46651
Fixes #201

@Amanieu Amanieu merged commit 9945ce8 into rust-lang:master Aug 24, 2020
richkadel added a commit to richkadel/compiler-builtins that referenced this pull request Jul 14, 2021
Expands the support added in rust-lang#377 from just musl to any linux.

Fixes rust-lang#428
richkadel added a commit to richkadel/compiler-builtins that referenced this pull request Jul 14, 2021
Expands the support added in rust-lang#377 from just musl to any linux.

Fixes rust-lang#428
richkadel added a commit to richkadel/compiler-builtins that referenced this pull request Jul 14, 2021
Expands the support added in rust-lang#377 from just musl to any linux.

Fixes rust-lang#428
richkadel added a commit to richkadel/compiler-builtins that referenced this pull request Jul 14, 2021
Expands the support added in rust-lang#377 from just musl to any linux.

Also checks for and avoids adding duplicate sources.

Fixes rust-lang#428
vladimir-ea pushed a commit to vladimir-ea/compiler-builtins that referenced this pull request Mar 8, 2022
Expands the support added in rust-lang#377 from just musl to any linux.

Also checks for and avoids adding duplicate sources.

Fixes rust-lang#428
@Mic92 Mic92 mentioned this pull request Aug 13, 2022
13 tasks
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.

Cannot cross-compile aarch64-musl on x86_64 linux Missing symbols on aarch64-unknown-linux-musl
2 participants