mirror of
https://github.com/LearningOS/lab0-0-setup-env-run-os1-d0zingcat.git
synced 2026-06-06 15:10:21 +00:00
8 lines
134 B
Plaintext
8 lines
134 B
Plaintext
[build]
|
|
target = "riscv64gc-unknown-none-elf"
|
|
|
|
[target.riscv64gc-unknown-none-elf]
|
|
rustflags = [
|
|
"-Clink-args=-Tsrc/linker.ld",
|
|
]
|