diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 0000000..112515e --- /dev/null +++ b/.cargo/config @@ -0,0 +1,2 @@ +[target.arm-unknown-linux-gnueabihf] +linker = "arm-linux-gnueabihf-gcc" diff --git a/Cross.toml b/Cross.toml new file mode 100644 index 0000000..a7772be --- /dev/null +++ b/Cross.toml @@ -0,0 +1,2 @@ +[target.arm-unknown-linux-gnueabihf] +image = "rustcross/arm-unknown-linux-gnueabihf"