Remove outdated fixme

This commit is contained in:
bjorn3 2026-01-27 15:32:06 +00:00
parent be639943a0
commit 257ea3bbee

View file

@ -1277,8 +1277,6 @@ impl Builder<'_> {
rustdocflags.arg("--crate-version").arg(&rust_version);
// Environment variables *required* throughout the build
//
// FIXME: should update code to not require this env var
// The host this new compiler is being *built* on.
cargo.env("CFG_COMPILER_BUILD_TRIPLE", compiler.host.triple);