From 71bc63c3968f6f5d048a0033fa8000297a488c90 Mon Sep 17 00:00:00 2001 From: onur-ozkan Date: Thu, 12 Oct 2023 00:34:09 +0300 Subject: [PATCH] remove outdated bootstrap FIXME Signed-off-by: onur-ozkan --- src/bootstrap/test.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index ba030f0f5251d..0447d5652d9e8 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