about summary refs log tree commit diff
path: root/nixpkgs/pkgs/misc/vscode-extensions/vscode-lldb/reset-cargo-config.patch
blob: 300f8cd96ef99ad13e436e3aad3970407c037623 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/.cargo/config
+++ b/.cargo/config
@@ -1,8 +0,0 @@
-[build]
-target-dir = "build/target"
-
-[target.armv7-unknown-linux-gnueabihf]
-linker = "arm-linux-gnueabihf-gcc"
-
-[target.aarch64-unknown-linux-gnu]
-linker = "aarch64-linux-gnu-gcc"