update STAGE0_MISSING_TARGETS

This commit is contained in:
Josh Stone 2025-02-18 09:12:05 -08:00
parent 3c45324e67
commit 5a89237680

View file

@ -34,10 +34,6 @@ pub struct Finder {
// Targets can be removed from this list once they are present in the stage0 compiler (usually by updating the beta compiler of the bootstrap).
const STAGE0_MISSING_TARGETS: &[&str] = &[
// just a dummy comment so the list doesn't get onelined
"aarch64-unknown-nto-qnx710_iosock",
"x86_64-pc-nto-qnx710_iosock",
"x86_64-pc-nto-qnx800",
"aarch64-unknown-nto-qnx800",
];
/// Minimum version threshold for libstdc++ required when using prebuilt LLVM