about summary refs log tree commit diff
path: root/src/bootstrap/main.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-04-11 17:09:55 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-04-11 17:16:32 -0700
commit8efbfae6bf3ec3995dca0604d09c839967840b7a (patch)
treeefe95e7880f36805d298b8355252f8dfd8c75a55 /src/bootstrap/main.rs
parentb622c3e0856767d8e53cf141e2e0a7b6d72a198b (diff)
rustbuild: Fix handling of the bootstrap key
Bring the calculation logic in line with the makefiles and also set the
RUSTC_BOOTSTRAP_KEY environment variable to enable the bootstrap on the stable
compiler.
Diffstat (limited to 'src/bootstrap/main.rs')
-rw-r--r--src/bootstrap/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/main.rs b/src/bootstrap/main.rs
index 32432132c17..bf29ac107ff 100644
--- a/src/bootstrap/main.rs
+++ b/src/bootstrap/main.rs
@@ -20,6 +20,7 @@ extern crate libc;
 extern crate num_cpus;
 extern crate rustc_serialize;
 extern crate toml;
+extern crate md5;
 
 use std::env;