4949# automatically generated for all stage/host/target combinations.
5050# ###############################################################################
5151
52- TARGET_CRATES := libc std green native flate arena term \
52+ TARGET_CRATES := libc std green flate arena term \
5353 serialize sync getopts collections test time rand \
5454 log regex graphviz core rbml alloc rustrt \
5555 unicode
@@ -67,7 +67,6 @@ DEPS_std := core libc rand alloc collections rustrt sync unicode \
6767 native:rust_builtin native:backtrace
6868DEPS_graphviz := std
6969DEPS_green := std native:context_switch
70- DEPS_native := std
7170DEPS_syntax := std term serialize log fmt_macros arena libc
7271DEPS_rustc_trans := rustc rustc_back rustc_llvm libc
7372DEPS_rustc := syntax flate arena serialize getopts rbml \
@@ -95,9 +94,9 @@ DEPS_regex := std
9594DEPS_regex_macros = rustc syntax std regex
9695DEPS_fmt_macros = std
9796
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
101100TOOL_SOURCE_compiletest := $(S ) src/compiletest/compiletest.rs
102101TOOL_SOURCE_rustdoc := $(S ) src/driver/driver.rs
103102TOOL_SOURCE_rustc := $(S ) src/driver/driver.rs
0 commit comments