mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-17 06:26:55 +00:00
Rollup merge of #116644 - onur-ozkan:outdated-fixme, r=clubby789
remove outdated bootstrap FIXME https://github.com/emscripten-core/emscripten/issues/9013 is fixed and this should be no longer needed.
This commit is contained in:
commit
b3da66d407
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user