Skip to content

Commit f4d3dd0

Browse files
jyn514flba-ebmadsmtm
authored
Apply suggestions from code review
Co-authored-by: Florian Bartels <[email protected]> Co-authored-by: Mads Marquart <[email protected]>
1 parent 30721b0 commit f4d3dd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/doc/unstable-book/src/compiler-environment-variables/QNX_TARGET.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ You should [set this variable] by running `source qnxsdp-env.sh`.
88
See [the QNX docs] for more background information.
99

1010
[set this variable]: https://www.qnx.com/developers/docs/qsc/com.qnx.doc.qsc.inst_larg_org/topic/build_server_developer_steps.html
11-
[the QNX docs]: https://www.qnx.com/developers/docs/7.1/index.html#com.qnx.doc.neutrino.io_sock/topic/migrate_app.html.
11+
[the QNX docs]: https://www.qnx.com/developers/docs/7.1/#com.qnx.doc.neutrino.io_sock/topic/migrate_app.html.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `SDKROOT`
22

3-
This environment variable is used on MacOS targets.
4-
It is passed through to the linker (either as `-isysroot` or `-syslibroot`) without changes.
3+
This environment variable is used on Apple targets.
4+
It is passed through to the linker (currently either as `-isysroot` or `-syslibroot`).
55

66
Note that this variable is not always respected. When the SDKROOT is clearly wrong (e.g. when the platform of the SDK does not match the `--target` used by rustc), this is ignored and rustc does its own detection.

0 commit comments

Comments
 (0)