Skip to content

Commit

Permalink
Update nto-qnx.md
Browse files Browse the repository at this point in the history
x.py does not support specify multiple --target keywords. The targets must be specified comma separated.
  • Loading branch information
AkhilTThomas committed Nov 29, 2023
1 parent e9b7bf0 commit e4121c5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/doc/rustc/src/platform-support/nto-qnx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4121c5

Please sign in to comment.