We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Builder
1 parent 1b39b43 commit 4e7808aCopy full SHA for 4e7808a
src/bootstrap/src/core/build_steps/gcc.rs
@@ -36,7 +36,7 @@ pub enum GccBuildStatus {
36
/// GCC, it's fine for us to not try to avoid doing so.
37
pub fn prebuilt_gcc_config(builder: &Builder<'_>, target: TargetSelection) -> GccBuildStatus {
38
// Initialize the gcc submodule if not initialized already.
39
- builder.update_submodule("src/gcc");
+ builder.config.update_submodule("src/gcc");
40
41
// FIXME (GuillaumeGomez): To be done once gccjit has been built in the CI.
42
// builder.config.maybe_download_ci_gcc();
0 commit comments