Add empty test binary for riscv
This commit is contained in:
9
tests/riscv32/.cargo/config.toml
Normal file
9
tests/riscv32/.cargo/config.toml
Normal file
@ -0,0 +1,9 @@
|
||||
[target.riscv32imac-unknown-none-elf]
|
||||
runner = "true"
|
||||
rustflags = [
|
||||
"-C", "link-arg=-Tmemory.x",
|
||||
"-C", "link-arg=-Tlink.x",
|
||||
]
|
||||
|
||||
[build]
|
||||
target = "riscv32imac-unknown-none-elf"
|
Reference in New Issue
Block a user