diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-10-14 13:36:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-14 13:36:27 +0200 |
| commit | b3da66d407490cef1ac22f58ba39fb77eaf44b57 (patch) | |
| tree | a2809b3fdd87f6de63d68063f54bbc69db6023e6 | |
| parent | 3890ba9f14ddda01c3aa0a3c888c41d085a2abc6 (diff) | |
| parent | 71bc63c3968f6f5d048a0033fa8000297a488c90 (diff) | |
| download | rust-b3da66d407490cef1ac22f58ba39fb77eaf44b57.tar.gz rust-b3da66d407490cef1ac22f58ba39fb77eaf44b57.zip | |
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.
| -rw-r--r-- | src/bootstrap/test.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index ba030f0f525..0447d5652d9 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -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 |
