Bump version and stage0 compiler

This commit is contained in:
Alex Crichton 2017-06-06 19:32:43 -07:00
parent 04145943a2
commit be7ebdd512
47 changed files with 24 additions and 283 deletions

View file

@ -385,6 +385,7 @@ class RustBuild(object):
if self.clean and os.path.exists(build_dir):
shutil.rmtree(build_dir)
env = os.environ.copy()
env["RUSTC_BOOTSTRAP"] = '1'
env["CARGO_TARGET_DIR"] = build_dir
env["RUSTC"] = self.rustc()
env["LD_LIBRARY_PATH"] = os.path.join(self.bin_root(), "lib") + \