Skip to content

Commit 28cd473

Browse files
committed
Move from RUSTC_CRATES to TARGET_CRATES
1 parent 879f36a commit 28cd473

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

mk/crates.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ TARGET_CRATES := libc std term \
5454
compiler_builtins core alloc \
5555
rustc_unicode rustc_bitflags \
5656
alloc_system alloc_jemalloc \
57-
panic_abort panic_unwind unwind
57+
panic_abort panic_unwind unwind rustc_i128
5858
RUSTC_CRATES := rustc rustc_typeck rustc_mir rustc_borrowck rustc_resolve rustc_driver \
5959
rustc_trans rustc_back rustc_llvm rustc_privacy rustc_lint \
6060
rustc_data_structures rustc_platform_intrinsics rustc_errors \
6161
rustc_plugin rustc_metadata rustc_passes rustc_save_analysis \
62-
rustc_const_eval rustc_const_math rustc_incremental proc_macro rustc_i128
62+
rustc_const_eval rustc_const_math rustc_incremental proc_macro
6363
HOST_CRATES := syntax syntax_ext proc_macro_tokens proc_macro_plugin syntax_pos $(RUSTC_CRATES) \
6464
rustdoc fmt_macros flate arena graphviz log serialize
6565
TOOLS := compiletest rustdoc rustc rustbook error_index_generator

src/librustc_i128/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ version = "0.0.0"
66
[lib]
77
name = "rustc_i128"
88
path = "lib.rs"
9-
crate-type = ["dylib"]

0 commit comments

Comments
 (0)