We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22559d2 commit 998887eCopy full SHA for 998887e
.cargo/config
@@ -1,3 +1,5 @@
1
[target.aarch64-unknown-linux-musl]
2
rustflags = [ "-C", "target-feature=+crt-static", "-C", "link-arg=-lgcc" ]
3
4
+[target.riscv64gc-unknown-linux-gnu]
5
+linker = "riscv64-unknown-linux-gnu-gcc"
0 commit comments