about summary refs log tree commit diff
path: root/compiler/rustc_target/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-03-03 11:34:21 +0000
committerbors <bors@rust-lang.org>2024-03-03 11:34:21 +0000
commit9e73597e5a83e96e223c10b3810566c74a86a0c1 (patch)
tree36b989f9b9f9970641eb63adf56e8eced98a33f9 /compiler/rustc_target/src
parent10902058a979aaea1fcb3576d84b93ba97e3b977 (diff)
parent8ca9b8dbf7ca28b8bcee717bc41f20c288bea0f9 (diff)
downloadrust-9e73597e5a83e96e223c10b3810566c74a86a0c1.tar.gz
rust-9e73597e5a83e96e223c10b3810566c74a86a0c1.zip
Auto merge of #121903 - Nilstrieb:rename-qnx-file, r=WaffleLapkin
Remove underscore from QNX target file name

For consistency with the other QNX targets and the actual target names.
Diffstat (limited to 'compiler/rustc_target/src')
-rw-r--r--compiler/rustc_target/src/spec/mod.rs2
-rw-r--r--compiler/rustc_target/src/spec/targets/aarch64_unknown_nto_qnx710.rs (renamed from compiler/rustc_target/src/spec/targets/aarch64_unknown_nto_qnx_710.rs)0
2 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_target/src/spec/mod.rs b/compiler/rustc_target/src/spec/mod.rs
index 9f68e3602a0..0642290f109 100644
--- a/compiler/rustc_target/src/spec/mod.rs
+++ b/compiler/rustc_target/src/spec/mod.rs
@@ -1676,7 +1676,7 @@ supported_targets! {
 
     ("mips64-openwrt-linux-musl", mips64_openwrt_linux_musl),
 
-    ("aarch64-unknown-nto-qnx710", aarch64_unknown_nto_qnx_710),
+    ("aarch64-unknown-nto-qnx710", aarch64_unknown_nto_qnx710),
     ("x86_64-pc-nto-qnx710", x86_64_pc_nto_qnx710),
     ("i586-pc-nto-qnx700", i586_pc_nto_qnx700),
 
diff --git a/compiler/rustc_target/src/spec/targets/aarch64_unknown_nto_qnx_710.rs b/compiler/rustc_target/src/spec/targets/aarch64_unknown_nto_qnx710.rs
index aeeaab3af32..aeeaab3af32 100644
--- a/compiler/rustc_target/src/spec/targets/aarch64_unknown_nto_qnx_710.rs
+++ b/compiler/rustc_target/src/spec/targets/aarch64_unknown_nto_qnx710.rs