diff --git a/src/bootstrap/src/core/sanity.rs b/src/bootstrap/src/core/sanity.rs index e5327ab79ee2..ca8af279b92b 100644 --- a/src/bootstrap/src/core/sanity.rs +++ b/src/bootstrap/src/core/sanity.rs @@ -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