We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3365f9 commit fbeaea7Copy full SHA for fbeaea7
.cargo/config.toml
@@ -0,0 +1,5 @@
1
+[target.armv7-unknown-linux-gnueabihf]
2
+linker = "arm-linux-gnueabihf-gcc"
3
+
4
+[target.aarch64-unknown-linux-gnu]
5
+linker = "aarch64-linux-gnu-gcc"
0 commit comments