We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
STAGE0_MISSING_TARGETS
1 parent 3c45324 commit 5a89237Copy full SHA for 5a89237
src/bootstrap/src/core/sanity.rs
@@ -34,10 +34,6 @@ pub struct Finder {
34
// Targets can be removed from this list once they are present in the stage0 compiler (usually by updating the beta compiler of the bootstrap).
35
const STAGE0_MISSING_TARGETS: &[&str] = &[
36
// just a dummy comment so the list doesn't get onelined
37
- "aarch64-unknown-nto-qnx710_iosock",
38
- "x86_64-pc-nto-qnx710_iosock",
39
- "x86_64-pc-nto-qnx800",
40
- "aarch64-unknown-nto-qnx800",
41
];
42
43
/// Minimum version threshold for libstdc++ required when using prebuilt LLVM
0 commit comments