Skip to content

Commit b3da66d

Browse files
authored
Rollup merge of #116644 - onur-ozkan:outdated-fixme, r=clubby789
remove outdated bootstrap FIXME emscripten-core/emscripten#9013 is fixed and this should be no longer needed.
2 parents 3890ba9 + 71bc63c commit b3da66d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: src/bootstrap/test.rs

-4
Original file line numberDiff line numberDiff line change
@@ -2940,10 +2940,6 @@ impl Step for TestHelpers {
29402940
let _guard = builder.msg_unstaged(Kind::Build, "test helpers", target);
29412941
t!(fs::create_dir_all(&dst));
29422942
let mut cfg = cc::Build::new();
2943-
// FIXME: Workaround for https://github.com/emscripten-core/emscripten/issues/9013
2944-
if target.contains("emscripten") {
2945-
cfg.pic(false);
2946-
}
29472943

29482944
// We may have found various cross-compilers a little differently due to our
29492945
// extra configuration, so inform cc of these compilers. Note, though, that

0 commit comments

Comments
 (0)