mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
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:
parent
e9b7bf0114
commit
e4121c5343
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user