1
0
mirror of https://github.com/sgmarz/osblog.git synced 2024-11-24 02:16:19 +04:00
osblog/risc_v/chapters/ch3/.cargo/config

6 lines
124 B
Plaintext
Raw Normal View History

2019-09-27 21:17:29 +04:00
[build]
target = "riscv64gc-unknown-none-elf"
[target.riscv64gc-unknown-none-elf]
linker = "riscv64-unknown-linux-gnu-gcc"