5252TARGET_CRATES := libc std flate arena term \
5353 serialize getopts collections test rand \
5454 log regex graphviz core rbml alloc \
55- unicode
55+ unicode rustc_bitflags
5656RUSTC_CRATES := rustc rustc_typeck rustc_borrowck rustc_resolve rustc_driver \
5757 rustc_trans rustc_back rustc_llvm rustc_privacy
5858HOST_CRATES := syntax $(RUSTC_CRATES ) rustdoc fmt_macros
@@ -64,7 +64,8 @@ DEPS_libc := core
6464DEPS_unicode := core
6565DEPS_alloc := core libc native:jemalloc
6666DEPS_std := core libc rand alloc collections unicode \
67- native:rust_builtin native:backtrace native:rustrt_native
67+ native:rust_builtin native:backtrace native:rustrt_native \
68+ rustc_bitflags
6869DEPS_graphviz := std
6970DEPS_syntax := std term serialize log fmt_macros arena libc
7071DEPS_rustc_driver := arena flate getopts graphviz libc rustc rustc_back rustc_borrowck \
@@ -83,6 +84,7 @@ DEPS_rustc_llvm := native:rustllvm libc std
8384DEPS_rustc_back := std syntax rustc_llvm flate log libc
8485DEPS_rustdoc := rustc rustc_driver native:hoedown serialize getopts \
8586 test
87+ DEPS_rustc_bitflags := core
8688DEPS_flate := std native:miniz
8789DEPS_arena := std
8890DEPS_graphviz := std
@@ -114,6 +116,7 @@ ONLY_RLIB_alloc := 1
114116ONLY_RLIB_rand := 1
115117ONLY_RLIB_collections := 1
116118ONLY_RLIB_unicode := 1
119+ ONLY_RLIB_rustc_bitflags := 1
117120
118121# ###############################################################################
119122# You should not need to edit below this line
0 commit comments