mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-06-10 06:43:30 -07:00
cargo/config: show apt pkgs for gnueabihf
This commit is contained in:
committed by
Will Greenberg
parent
f2028a704f
commit
a8087c6840
+2
-1
@@ -6,8 +6,9 @@ rustflags = ["-C", "target-feature=+crt-static"]
|
||||
linker = "rust-lld"
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
|
||||
# apt install build-essential libc6-armhf-cross libc6-dev-armhf-cross gcc-arm-linux-gnueabihf
|
||||
[target.armv7-unknown-linux-gnueabihf]
|
||||
linker = "armv7l-unknown-linux-gnueabihf-gcc"
|
||||
linker = "arm-linux-gnueabihf-gcc"
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
|
||||
[target.armv7-unknown-linux-musleabihf]
|
||||
|
||||
Reference in New Issue
Block a user