Skip to content

Commit

Permalink
Unrolled build for rust-lang#116644
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#116644 - onur-ozkan:outdated-fixme, r=clubby789

remove outdated bootstrap FIXME

emscripten-core/emscripten#9013 is fixed and this should be no longer needed.
  • Loading branch information
rust-timer committed Oct 14, 2023
2 parents 495c5dd + 71bc63c commit 572849a
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 572849a

Please sign in to comment.