Merge branch 'trunk' into linker

This commit is contained in:
Brendan Hansknecht 2021-09-08 15:52:51 -07:00
commit 7408c152b7
43 changed files with 3982 additions and 878 deletions

View file

@ -271,7 +271,7 @@ pub fn rebuild_host(target: &Triple, host_input_path: &Path) {
&emit_bin,
zig_host_src.to_str().unwrap(),
zig_str_path.to_str().unwrap(),
"i386-linux-gnu",
"i386-linux-musl",
)
}
_ => panic!("Unsupported architecture {:?}", target.architecture),