Update nto-qnx.md

x.py does not support specify multiple --target keywords. The targets must be specified comma separated.
This commit is contained in:
AkhilTThomas 2023-11-29 14:31:32 +05:30 committed by GitHub
parent e9b7bf0114
commit e4121c5343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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