Add more from the std

This commit is contained in:
2026-03-20 10:45:54 +01:00
parent a134536d2f
commit 387e586086
6 changed files with 7 additions and 41 deletions

View File

@@ -3,10 +3,9 @@ target = "riscv64.json"
[unstable]
json-target-spec = true
# build-std = []
# build-std-features = ["compiler-builtins-mem"]
[target.riscv64]
rustflags = [
"-C", "link-arg=-Tilm.ld",
"--sysroot", "sysroot"
]