Skip to content

Support new QNX targets#1775

Merged
NobodyXu merged 3 commits into
rust-lang:mainfrom
ferrocene:support-new-qnx-targets
Jul 2, 2026
Merged

Support new QNX targets#1775
NobodyXu merged 3 commits into
rust-lang:mainfrom
ferrocene:support-new-qnx-targets

Conversation

@jonathanpallant

Copy link
Copy Markdown
Contributor

Handles the rename of the QNX SDP 8 targets from:

  • aarch64-unknown-nto-qnx800
  • x86_64-pc-nto-qnx800

with target_os = "nto" and target_end = "nto800"

to

  • aarch64-unknown-qnx
  • x86_64-pc-qnx

with target_os = "qnx"

This PR includes #1774 which picks up the target rename.

I also fixed what I think was an issue with QNX SDP 7.0.

@NobodyXu NobodyXu left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you'

@NobodyXu NobodyXu merged commit bfd1ac9 into rust-lang:main Jul 2, 2026
79 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants