about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/bootstrap/src/core/build_steps/gcc.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/src/core/build_steps/gcc.rs b/src/bootstrap/src/core/build_steps/gcc.rs
index b9be8116659..f7a88930b8d 100644
--- a/src/bootstrap/src/core/build_steps/gcc.rs
+++ b/src/bootstrap/src/core/build_steps/gcc.rs
@@ -112,6 +112,7 @@ impl Step for Gcc {
             return true;
         }
 
+        command(root.join("contrib/download_prerequisites")).current_dir(&root).run(builder);
         command(root.join("configure"))
             .current_dir(&out_dir)
             .arg("--enable-host-shared")