We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7026cae commit c445de6Copy full SHA for c445de6
1 file changed
Cross.toml
@@ -1,2 +1,7 @@
1
[target.armv7-unknown-linux-gnueabihf]
2
image = "ghcr.io/toltec-dev/rust:v3.2"
3
+# Config from /root/.cargo/config of above image:
4
+env.passthrough = [
5
+ "CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER=arm-linux-gnueabihf-gcc",
6
+ "CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_RUSTFLAGS=-C link-arg=-march=armv7-a -C link-arg=-marm -C link-arg=-mfpu=neon -C link-arg=-mfloat-abi=hard -C link-arg=-mcpu=cortex-a9",
7
+]
0 commit comments