Update os/Makefile && Update rust to 2021-01-30
This commit is contained in:
parent
fd8f673dbe
commit
a8388036f1
2 changed files with 9 additions and 9 deletions
|
@ -25,10 +25,10 @@ DISASM ?= -x
|
|||
build: env $(KERNEL_BIN)
|
||||
|
||||
env:
|
||||
(rustup component list | grep "rust-src") || rustup component add rust-src
|
||||
(rustup component list | grep "llvm-tools-preview") || rustup component add llvm-tools-preview
|
||||
(which rust-objdump) || cargo install cargo-binutils
|
||||
(rustup target list | grep "riscv64gc-unknown-none-elf") || rustup target add riscv64gc-unknown-none-elf
|
||||
(rustup target list | grep "riscv64gc-unknown-none-elf (installed)") || rustup target add $(TARGET)
|
||||
cargo install cargo-binutils
|
||||
rustup component add rust-src
|
||||
rustup component add llvm-tools-preview
|
||||
|
||||
$(KERNEL_BIN): kernel
|
||||
@$(OBJCOPY) $(KERNEL_ELF) --strip-all -O binary $@
|
||||
|
|
|
@ -1 +1 @@
|
|||
nightly
|
||||
nightly-2021-01-30
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue