From 2d64d362819b8d442680b1b58ca22c050fdd17a6 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Mon, 23 Nov 2020 16:24:19 +0000 Subject: [PATCH] removed linker not needed because the rust compiler couldn't find it --- .cargo/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.cargo/config b/.cargo/config index ac8171b..f8c1e03 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,3 +1,2 @@ [build] -target = "armv7-unknown-linux-gnueabihf" -linker = "arm-linux-gnueabihf-gcc" \ No newline at end of file +target = "armv7-unknown-linux-gnueabihf" \ No newline at end of file