From b38f64c2f5ba49b85010c80b5d6aaf9640f2869f Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sat, 22 Nov 2025 22:52:48 -0800 Subject: [PATCH] Fix fstools requiring gcc on host --- .cargo/config.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 68d43114..b3058a68 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -20,7 +20,3 @@ rustflags = [] [env] CFLAGS_riscv64gc_unknown_redox="-march=rv64gc -mabi=lp64d" - -[target.x86_64-unknown-linux-gnu] -linker = "x86_64-linux-gnu-gcc" -rustflags = []