File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -35,17 +35,10 @@ DISASM ?= -x
3535build : env $(KERNEL_BIN ) $(FS_IMG )
3636
3737env :
38- <<<<<<< HEAD
39- (rustup component list | grep "rust-src") || rustup component add rust-src
40- (rustup component list | grep "llvm-tools-preview") || rustup component add llvm-tools-preview
41- (which rust-objdump) || cargo install cargo-binutils
42- (rustup target list | grep "riscv64gc-unknown-none-elf") || rustup target add riscv64gc-unknown-none-elf
43- ====== =
4438 (rustup target list | grep " riscv64gc-unknown-none-elf (installed)" ) || rustup target add $(TARGET )
4539 cargo install cargo-binutils
4640 rustup component add rust-src
4741 rustup component add llvm-tools-preview
48- >>>>>>> dev
4942
5043sdcard : $(FS_IMG )
5144 @echo " Are you sure write to $( SDCARD) ? [y/N] " && read ans && [ $$ {ans:-N} = y ]
You can’t perform that action at this time.
0 commit comments