Move from RUSTC_CRATES to TARGET_CRATES
This commit is contained in:
parent
13d49f5299
commit
3b34f90bc1
2 changed files with 2 additions and 3 deletions
|
@ -54,12 +54,12 @@ TARGET_CRATES := libc std term \
|
||||||
compiler_builtins core alloc \
|
compiler_builtins core alloc \
|
||||||
std_unicode rustc_bitflags \
|
std_unicode rustc_bitflags \
|
||||||
alloc_system alloc_jemalloc \
|
alloc_system alloc_jemalloc \
|
||||||
panic_abort panic_unwind unwind
|
panic_abort panic_unwind unwind rustc_i128
|
||||||
RUSTC_CRATES := rustc rustc_typeck rustc_mir rustc_borrowck rustc_resolve rustc_driver \
|
RUSTC_CRATES := rustc rustc_typeck rustc_mir rustc_borrowck rustc_resolve rustc_driver \
|
||||||
rustc_trans rustc_back rustc_llvm rustc_privacy rustc_lint \
|
rustc_trans rustc_back rustc_llvm rustc_privacy rustc_lint \
|
||||||
rustc_data_structures rustc_platform_intrinsics rustc_errors \
|
rustc_data_structures rustc_platform_intrinsics rustc_errors \
|
||||||
rustc_plugin rustc_metadata rustc_passes rustc_save_analysis \
|
rustc_plugin rustc_metadata rustc_passes rustc_save_analysis \
|
||||||
rustc_const_eval rustc_const_math rustc_incremental proc_macro rustc_i128
|
rustc_const_eval rustc_const_math rustc_incremental proc_macro
|
||||||
HOST_CRATES := syntax syntax_ext proc_macro_tokens proc_macro_plugin syntax_pos $(RUSTC_CRATES) \
|
HOST_CRATES := syntax syntax_ext proc_macro_tokens proc_macro_plugin syntax_pos $(RUSTC_CRATES) \
|
||||||
rustdoc fmt_macros flate arena graphviz log serialize
|
rustdoc fmt_macros flate arena graphviz log serialize
|
||||||
TOOLS := compiletest rustdoc rustc rustbook error_index_generator
|
TOOLS := compiletest rustdoc rustc rustbook error_index_generator
|
||||||
|
|
|
@ -6,4 +6,3 @@ version = "0.0.0"
|
||||||
[lib]
|
[lib]
|
||||||
name = "rustc_i128"
|
name = "rustc_i128"
|
||||||
path = "lib.rs"
|
path = "lib.rs"
|
||||||
crate-type = ["dylib"]
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue