We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b7bf0 commit e4121c5Copy full SHA for e4121c5
src/doc/rustc/src/platform-support/nto-qnx.md
@@ -121,10 +121,8 @@ export build_env='
121
122
env $build_env \
123
./x.py build \
124
- --target aarch64-unknown-nto-qnx710 \
125
- --target x86_64-pc-nto-qnx710 \
126
- --target x86_64-unknown-linux-gnu \
127
- 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
128
```
129
130
## Running the Rust test suite
0 commit comments