drop custom cargo config

This commit is contained in:
finn 2022-12-20 00:39:13 -08:00
parent 6a169f0486
commit b141118c6b

View file

@ -1,13 +0,0 @@
[build]
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"
[target.arm-unknown-linux-gnueabi]
linker = "lld-13"
[target.arm-unknown-linux-gnueabihf]
linker = "lld-13"
[target.armv7-unknown-linux-gnueabihf]
linker = "lld-13"