update gcc crate

Use gcc::Build rather than deprecated gcc::Config.
Fixes #43973
This commit is contained in:
Ralf Jung
2017-09-02 10:54:43 +02:00
parent 204c0a47e7
commit 12d84cc009
9 changed files with 29 additions and 29 deletions

View File

@@ -289,7 +289,7 @@ impl Step for TestHelpers {
let _folder = build.fold_output(|| "build_test_helpers");
println!("Building test helpers");
t!(fs::create_dir_all(&dst));
let mut cfg = gcc::Config::new();
let mut cfg = gcc::Build::new();
// We may have found various cross-compilers a little differently due to our
// extra configuration, so inform gcc of these compilers. Note, though, that