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 9d6c34f commit 73bfb82Copy full SHA for 73bfb82
kernel/Makefile
@@ -29,7 +29,6 @@ all: libcompiler-rt.a libmorestack.a
29
30
libcore.rlib:
31
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
33
34
#$(RUSTC) --target=$(TARGET) -C no-stack-check --crate-type lib $(LIB_RS) --crate-name core
35
xv62rustx.map
@@ -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