Skip to content

Commit 73bfb82

Browse files
committed
removing the std copying and adding the map file
1 parent 9d6c34f commit 73bfb82

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

kernel/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ all: libcompiler-rt.a libmorestack.a
2929

3030
libcore.rlib:
3131
cp $(LINUX_RUST_DIR)/lib/rustlib/$(LINUX_TARGET)/lib/libcore-*.rlib libcore.rlib
32-
cp $(LINUX_RUST_DIR)/lib/rustlib/$(LINUX_TARGET)/lib/libstd-*.rlib libstd.rlib
3332

3433
#$(RUSTC) --target=$(TARGET) -C no-stack-check --crate-type lib $(LIB_RS) --crate-name core
3534

xv62rustx.map

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Symbols
2+
=======
3+
4+
5+
Files
6+
=====
7+
8+
proc.c -> task.rs (proc seems to be conflicting with some in-built rust stuff)

0 commit comments

Comments
 (0)