Skip to content

Commit 53671a3

Browse files
committed
feat: initial project setup
0 parents  commit 53671a3

File tree

38 files changed

+1179
-0
lines changed

38 files changed

+1179
-0
lines changed

.cargo/config.toml

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

0 commit comments

Comments
 (0)