Skip to content

Commit

Permalink
Rollup merge of #116644 - onur-ozkan:outdated-fixme, r=clubby789
Browse files Browse the repository at this point in the history
remove outdated bootstrap FIXME

emscripten-core/emscripten#9013 is fixed and this should be no longer needed.
  • Loading branch information
matthiaskrgr authored Oct 14, 2023
2 parents 3890ba9 + 71bc63c commit b3da66d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/bootstrap/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2940,10 +2940,6 @@ impl Step for TestHelpers {
let _guard = builder.msg_unstaged(Kind::Build, "test helpers", target);
t!(fs::create_dir_all(&dst));
let mut cfg = cc::Build::new();
// FIXME: Workaround for https://github.com/emscripten-core/emscripten/issues/9013
if target.contains("emscripten") {
cfg.pic(false);
}

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

0 comments on commit b3da66d

Please sign in to comment.