File tree 2 files changed +1
-205
lines changed
2 files changed +1
-205
lines changed Original file line number Diff line number Diff line change 51
51
52
52
TARGET_CRATES := libc std green native flate arena term \
53
53
serialize sync getopts collections test time rand \
54
- log regex graphviz core rbml rlibc alloc rustrt \
54
+ log regex graphviz core rbml alloc rustrt \
55
55
unicode
56
56
HOST_CRATES := syntax rustc rustdoc regex_macros fmt_macros \
57
57
rustc_llvm rustc_back
@@ -60,7 +60,6 @@ TOOLS := compiletest rustdoc rustc
60
60
61
61
DEPS_core :=
62
62
DEPS_libc := core
63
- DEPS_rlibc := core
64
63
DEPS_unicode := core
65
64
DEPS_alloc := core libc native:jemalloc
66
65
DEPS_rustrt := alloc core libc collections native:rustrt_native
@@ -104,7 +103,6 @@ TOOL_SOURCE_rustc := $(S)src/driver/driver.rs
104
103
105
104
ONLY_RLIB_core := 1
106
105
ONLY_RLIB_libc := 1
107
- ONLY_RLIB_rlibc := 1
108
106
ONLY_RLIB_alloc := 1
109
107
ONLY_RLIB_rand := 1
110
108
ONLY_RLIB_collections := 1
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments