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

Add cargo

This commit is contained in:
Stephen Marz 2020-03-13 11:47:11 -04:00
parent 08b227e223
commit efb26d6aa3

5
risc_v/ch6/.cargo/config Normal file
View File

@ -0,0 +1,5 @@
[build]
target = "riscv64gc-unknown-none-elf"
[target.riscv64gc-unknown-none-elf]
linker = "riscv64-unknown-linux-gnu-gcc"