diff options
| author | Eduard Burtescu <edy.burt@gmail.com> | 2016-03-29 13:51:46 +0300 |
|---|---|---|
| committer | Eduard Burtescu <edy.burt@gmail.com> | 2016-03-29 19:36:02 +0300 |
| commit | f22ec2992b698a1fe75eb49e331257c36e2ed1c2 (patch) | |
| tree | 6865cca2de88c4cbeb6e24ade38be54be1b7d160 | |
| parent | 0abd3139db62172fcfa52a9da7cceff33de652ef (diff) | |
| download | rust-f22ec2992b698a1fe75eb49e331257c36e2ed1c2.tar.gz rust-f22ec2992b698a1fe75eb49e331257c36e2ed1c2.zip | |
mk: move rustc_const_eval to RUSTC_CRATES where it belongs.
| -rw-r--r-- | mk/crates.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/crates.mk b/mk/crates.mk index 9b8e145f22a..ba959d2778e 100644 --- a/mk/crates.mk +++ b/mk/crates.mk @@ -53,11 +53,12 @@ TARGET_CRATES := libc std term \ getopts collections test rand \ core alloc \ rustc_unicode rustc_bitflags \ - alloc_system alloc_jemalloc rustc_const_eval + alloc_system alloc_jemalloc RUSTC_CRATES := rustc rustc_typeck rustc_mir rustc_borrowck rustc_resolve rustc_driver \ rustc_trans rustc_back rustc_llvm rustc_privacy rustc_lint \ rustc_data_structures rustc_front rustc_platform_intrinsics \ - rustc_plugin rustc_metadata rustc_passes rustc_save_analysis + rustc_plugin rustc_metadata rustc_passes rustc_save_analysis \ + rustc_const_eval HOST_CRATES := syntax syntax_ext $(RUSTC_CRATES) rustdoc fmt_macros \ flate arena graphviz rbml log serialize TOOLS := compiletest rustdoc rustc rustbook error_index_generator |
