File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -597,7 +597,7 @@ def bin_root(self):
597
597
>>> rb.bin_root() == os.path.join("build", "devel", "stage0")
598
598
True
599
599
"""
600
- subdir = "stage0 "
600
+ subdir = "bootstrap-sysroot "
601
601
return os .path .join (self .build_dir , self .build , subdir )
602
602
603
603
def get_toml (self , key , section = None ):
Original file line number Diff line number Diff line change @@ -1106,7 +1106,7 @@ impl Step for Sysroot {
1106
1106
let compiler = self . compiler ;
1107
1107
let host_dir = builder. out . join ( & compiler. host . triple ) ;
1108
1108
let sysroot = if compiler. stage == 0 {
1109
- host_dir. join ( "stage0 -sysroot" )
1109
+ host_dir. join ( "bootstrap -sysroot" )
1110
1110
} else {
1111
1111
host_dir. join ( format ! ( "stage{}" , compiler. stage) )
1112
1112
} ;
You can’t perform that action at this time.
0 commit comments