about summary refs log tree commit diff
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2023-10-12 00:34:09 +0300
committeronur-ozkan <work@onurozkan.dev>2023-10-12 00:34:09 +0300
commit71bc63c3968f6f5d048a0033fa8000297a488c90 (patch)
tree9582a155d370c7f749f027fe5f3d3d9ac419ffe9
parent7ed044c075fc0e7ad2574d3144ca00ba14608d8f (diff)
downloadrust-71bc63c3968f6f5d048a0033fa8000297a488c90.tar.gz
rust-71bc63c3968f6f5d048a0033fa8000297a488c90.zip
remove outdated bootstrap FIXME
Signed-off-by: onur-ozkan <work@onurozkan.dev>
-rw-r--r--src/bootstrap/test.rs4
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