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 0636d5b commit 5935527Copy full SHA for 5935527
.cargo/config.toml
@@ -1,5 +1,6 @@
1
[target.aarch64-unknown-linux-musl]
2
linker = "aarch64-unknown-linux-musl-gcc"
3
+rustflags = ["-Clink-arg=-lgcc"]
4
5
[target.aarch64-unknown-linux-gnu]
6
linker = "aarch64-linux-gnu-gcc"
0 commit comments