49
49
# automatically generated for all stage/host/target combinations.
50
50
# ###############################################################################
51
51
52
- TARGET_CRATES := libc std green native flate arena term \
52
+ TARGET_CRATES := libc std green flate arena term \
53
53
serialize sync getopts collections test time rand \
54
54
log regex graphviz core rbml alloc rustrt \
55
55
unicode
@@ -67,7 +67,6 @@ DEPS_std := core libc rand alloc collections rustrt sync unicode \
67
67
native:rust_builtin native:backtrace
68
68
DEPS_graphviz := std
69
69
DEPS_green := std native:context_switch
70
- DEPS_native := std
71
70
DEPS_syntax := std term serialize log fmt_macros arena libc
72
71
DEPS_rustc_trans := rustc rustc_back rustc_llvm libc
73
72
DEPS_rustc := syntax flate arena serialize getopts rbml \
@@ -95,9 +94,9 @@ DEPS_regex := std
95
94
DEPS_regex_macros = rustc syntax std regex
96
95
DEPS_fmt_macros = std
97
96
98
- TOOL_DEPS_compiletest := test getopts native
99
- TOOL_DEPS_rustdoc := rustdoc native
100
- TOOL_DEPS_rustc := rustc_trans native
97
+ TOOL_DEPS_compiletest := test getopts
98
+ TOOL_DEPS_rustdoc := rustdoc
99
+ TOOL_DEPS_rustc := rustc_trans
101
100
TOOL_SOURCE_compiletest := $(S ) src/compiletest/compiletest.rs
102
101
TOOL_SOURCE_rustdoc := $(S ) src/driver/driver.rs
103
102
TOOL_SOURCE_rustc := $(S ) src/driver/driver.rs
0 commit comments