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

build: Allow building C compiler-rt fallbacks for RISC-V #563

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

alistair23
Copy link
Contributor

Now that rust-lang/rust#117654 has been merged the rust-lang/rust distribution containers contain RISC-V C compilers.

This means that we can now enable the "c" feature fallback.

Resolves: #350

Now that rust-lang/rust#117654 has been merged
the rust-lang/rust distribution containers contain RISC-V C compilers.

This means that we can now enable the "c" feature fallback.

Resolves: rust-lang#350
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
@Amanieu Amanieu merged commit 85c395b into rust-lang:master Jan 18, 2024
21 checks passed
@alistair23 alistair23 deleted the alistair/riscv-builtins branch January 18, 2024 01:27
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.

riscv64gc-unknown-linux-gnu: undefined reference to __bswapsi2'; undefined reference to __ctzdi2'
2 participants