Browse Source

Update p1 bootstrap

default_compile_flags
vector-of-bool 4 years ago
parent
commit
ec924cabce
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/bootstrap.py

+ 1
- 1
tools/bootstrap.py View File

@@ -21,7 +21,7 @@ class BootstrapPhase(NamedTuple):


BOOTSTRAP_PHASES = [
BootstrapPhase('bootstrap-p1.1', 'g++-8', 'cl.exe'),
BootstrapPhase('bootstrap-p1.2', 'g++-8', 'cl.exe'),
BootstrapPhase('bootstrap-p4.2', 'g++-8', 'cl.exe'),
BootstrapPhase('bootstrap-p5.2', 'g++-9', 'cl.exe'),
]

Loading…
Cancel
Save