mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-23 01:46:24 +04:00
7 lines
133 B
Plaintext
7 lines
133 B
Plaintext
[build]
|
|
target = "riscv64gc-unknown-none-elf"
|
|
|
|
[target.riscv64gc-unknown-none-elf]
|
|
rustflags = [
|
|
"-Clink-args=-Tsrc/linker.ld",
|
|
] |