We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8fa62 commit 361e45fCopy full SHA for 361e45f
os/Makefile
@@ -72,7 +72,7 @@ OBJCOPY := rust-objcopy --binary-architecture=riscv64
72
DISASM ?= -x
73
env:
74
(rustup target list | grep "$(TARGET) (installed)") || rustup target add $(TARGET)
75
- cargo install cargo-binutils
+ cargo install cargo-binutils --version 0.3.0
76
rustup component add rust-src
77
rustup component add llvm-tools-preview
78
0 commit comments