Skip to content

Commit 71bc63c

Browse files
committed
remove outdated bootstrap FIXME
Signed-off-by: onur-ozkan <[email protected]>
1 parent 7ed044c commit 71bc63c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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)