Skip to content

Commit ba4fc4c

Browse files
committed
Add cargo config
1 parent e6a0457 commit ba4fc4c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.cargo/config.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
[target.aarch64-unknown-linux-gnu]
3+
linker = "aarch64-linux-gnu-gcc"
4+
5+
[target.armv7-unknown-linux-gnueabihf]
6+
linker = "arm-linux-gnueabihf-gcc"
7+
8+
[target.aarch64-unknown-linux-musl]
9+
linker = "aarch64-linux-musl-gcc"
10+
rustflags = ["-C", "target-feature=-crt-static"]

0 commit comments

Comments
 (0)