Commented out riscv32 target
This commit is contained in:
parent
3e197b9882
commit
f43f41800f
|
@ -3,16 +3,17 @@
|
|||
[build]
|
||||
target = "riscv64imac-unknown-none-elf"
|
||||
|
||||
# options for riscv32 (not currently in use)
|
||||
[target.riscv32imac-unknown-none-elf]
|
||||
runner = """ qemu-system-riscv32
|
||||
-cpu rv32
|
||||
-machine virt
|
||||
-m 150M
|
||||
-s
|
||||
-nographic
|
||||
-serial mon:stdio
|
||||
-bios """
|
||||
# Options for riscv32 (not currently in use)
|
||||
#
|
||||
# [target.riscv32imac-unknown-none-elf]
|
||||
# runner = """ qemu-system-riscv32
|
||||
# -cpu rv32
|
||||
# -machine virt
|
||||
# -m 150M
|
||||
# -s
|
||||
# -nographic
|
||||
# -serial mon:stdio
|
||||
# -bios """
|
||||
|
||||
[target.riscv64imac-unknown-none-elf]
|
||||
runner = """ qemu-system-riscv64
|
||||
|
|
Loading…
Reference in a new issue