Fix fstools requiring gcc on host

This commit is contained in:
Wildan M 2025-11-22 22:52:48 -08:00
parent d982644a73
commit b38f64c2f5
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -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 = []