Downgrade cargo-binutils to 0.2.0
This commit is contained in:
parent
8ca3b5826d
commit
bf53e6d211
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ build: env $(KERNEL_BIN)
|
|||
|
||||
env:
|
||||
(rustup target list | grep "riscv64gc-unknown-none-elf (installed)") || rustup target add $(TARGET)
|
||||
cargo install cargo-binutils
|
||||
cargo install cargo-binutils --vers ~0.2
|
||||
rustup component add rust-src
|
||||
rustup component add llvm-tools-preview
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue