Make x86 QNX target name consistent with other Rust targets

This commit is contained in:
Florian Bartels 2025-02-20 16:40:50 +00:00
parent 28b83ee596
commit 32a1ff1aaf
6 changed files with 7 additions and 6 deletions

View file

@ -21,6 +21,7 @@ const EXCEPTIONS: &[&str] = &[
"xtensa_esp32s2_espidf",
"xtensa_esp32s3_none_elf",
"xtensa_esp32s3_espidf",
"i586_pc_nto_qnx700", // Renamed to i686-pc-nto-qnx700, see https://github.com/rust-lang/rust/issues/136495
];
pub fn check(root_path: &Path, bad: &mut bool) {