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:
Matthias Krüger 2023-10-14 13:36:27 +02:00 committed by GitHub
commit b3da66d407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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