Fork crate `riscv` as a submodule

toolchain_update
WangRunji 7 years ago
parent de7d9a1b71
commit a44231435f

3
.gitmodules vendored

@ -0,0 +1,3 @@
[submodule "crate/riscv"]
path = crate/riscv
url = https://github.com/riscv-and-rust-and-decaf/riscv.git

@ -39,7 +39,7 @@ bit-allocator = { path = "crate/bit-allocator" }
ucore-memory = { path = "crate/memory" }
[target.riscv32i-unknown-none.dependencies]
riscv = { git = "https://github.com/riscv-rust/riscv" }
riscv = { path = "crate/riscv" }
bbl = { path = "crate/bbl" }
[build-dependencies]

@ -0,0 +1 @@
Subproject commit 87bcdd8bab940f37c01ea34b62f2fb2d0317ca88
Loading…
Cancel
Save