about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-06-21 06:27:36 +0000
committerbors <bors@rust-lang.org>2017-06-21 06:27:36 +0000
commit37a991abc0271b3dc13aa46bed9381ed6aaa26d4 (patch)
tree4a7e80d92152c44df5c0100250229737c37da5bb /src/bootstrap
parent6ccfe68076abc78392ab9e1d81b5c1a2123af657 (diff)
parent5c3d0e6de3ed0d3506cb70737b348ea2113c70d8 (diff)
downloadrust-37a991abc0271b3dc13aa46bed9381ed6aaa26d4.tar.gz
rust-37a991abc0271b3dc13aa46bed9381ed6aaa26d4.zip
Auto merge of #42664 - alexcrichton:moar-crates, r=eddyb
Remove in-tree flate/getopts crates

Remove `src/libflate` in favor of `flate2` on crates.io and `src/libgetopts` in favor of `getopts` on crates.io. The replacements have slightly different APIs and the usage in the compiler has been updated to reflect this.

This uncovered an unfortunate limitation of the compiler today to deal with linking everything correctly, and the workaround can be found documented in `src/librustc/Cargo.toml`.
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/dist.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs
index f92e6f50eb3..753bd1df0d8 100644
--- a/src/bootstrap/dist.rs
+++ b/src/bootstrap/dist.rs
@@ -567,7 +567,6 @@ pub fn rust_src(build: &Build) {
         "src/rustc/libc_shim",
         "src/libtest",
         "src/libterm",
-        "src/libgetopts",
         "src/compiler-rt",
         "src/jemalloc",
         "src/libprofiler_builtins",