diff options
| author | AkhilTThomas <44939988+AkhilTThomas@users.noreply.github.com> | 2023-11-29 14:31:32 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-29 14:31:32 +0530 |
| commit | e4121c5343bfca910d0bb282deb076c84ca59f22 (patch) | |
| tree | d36b01a8eebc30b8dccdae74ed6dac36362a6b9d | |
| parent | e9b7bf011478aa8c19ac49afc99853a66ba04319 (diff) | |
| download | rust-e4121c5343bfca910d0bb282deb076c84ca59f22.tar.gz rust-e4121c5343bfca910d0bb282deb076c84ca59f22.zip | |
Update nto-qnx.md
x.py does not support specify multiple --target keywords. The targets must be specified comma separated.
| -rw-r--r-- | src/doc/rustc/src/platform-support/nto-qnx.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/doc/rustc/src/platform-support/nto-qnx.md b/src/doc/rustc/src/platform-support/nto-qnx.md index 9f0662783a4..2a741fa3d02 100644 --- a/src/doc/rustc/src/platform-support/nto-qnx.md +++ b/src/doc/rustc/src/platform-support/nto-qnx.md @@ -121,10 +121,8 @@ export build_env=' env $build_env \ ./x.py build \ - --target aarch64-unknown-nto-qnx710 \ - --target x86_64-pc-nto-qnx710 \ - --target x86_64-unknown-linux-gnu \ - rustc library/core library/alloc + --target aarch64-unknown-nto-qnx710,x86_64-pc-nto-qnx710,x86_64-unknown-linux-gnu \ + rustc library/core library/alloc library/std ``` ## Running the Rust test suite |
