diff options
| author | Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> | 2024-03-02 16:48:08 +0100 | 
|---|---|---|
| committer | Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> | 2024-03-02 16:50:03 +0100 | 
| commit | 8ca9b8dbf7ca28b8bcee717bc41f20c288bea0f9 (patch) | |
| tree | 6de7ca9264dc74ec2f04a87186759aa2f9b5e861 /compiler/rustc_target/src | |
| parent | e612d079a1102803fd2cae5dcd7f7f277e493b8e (diff) | |
| download | rust-8ca9b8dbf7ca28b8bcee717bc41f20c288bea0f9.tar.gz rust-8ca9b8dbf7ca28b8bcee717bc41f20c288bea0f9.zip | |
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.rs | 2 | ||||
| -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 651d5632277..c24e9f33070 100644 --- a/compiler/rustc_target/src/spec/mod.rs +++ b/compiler/rustc_target/src/spec/mod.rs @@ -1674,7 +1674,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 | 
