Clear STAGE0_MISSING_TARGETS

This commit is contained in:
Josh Stone
2026-03-05 14:53:27 -08:00
parent 1bc673f096
commit 7e04ef8df5
-12
View File
@@ -37,18 +37,6 @@ pub struct Finder {
/// when the newly-bumped stage 0 compiler now knows about the formerly-missing targets.
const STAGE0_MISSING_TARGETS: &[&str] = &[
// just a dummy comment so the list doesn't get onelined
"x86_64-unknown-linux-gnuasan",
"thumbv7a-none-eabi",
"thumbv7a-none-eabihf",
"thumbv7r-none-eabi",
"thumbv7r-none-eabihf",
"thumbv8r-none-eabihf",
"armv6-none-eabi",
"armv6-none-eabihf",
"thumbv6-none-eabi",
"aarch64v8r-unknown-none",
"aarch64v8r-unknown-none-softfloat",
"s390x-unknown-none-softfloat",
];
/// Minimum version threshold for libstdc++ required when using prebuilt LLVM