Skip to content

Commit

Permalink
Auto merge of #13069 - weihanglo:buildscript-cfg, r=ehuss
Browse files Browse the repository at this point in the history
doc: clarify different target has different set of `CARGO_CFG_*` values
  • Loading branch information
bors committed Nov 29, 2023
2 parents 35ea623 + 8e7dbeb commit bec67ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/doc/src/reference/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,8 @@ let out_dir = env::var("OUT_DIR").unwrap();
* `CARGO_CFG_TARGET_POINTER_WIDTH=64` --- The CPU [pointer width].
* `CARGO_CFG_TARGET_ENDIAN=little` --- The CPU [target endianness].
* `CARGO_CFG_TARGET_FEATURE=mmx,sse` --- List of CPU [target features] enabled.
> Note that different [target triples][Target Triple] have different sets of `cfg` values,
> hence variables present in one target triple might not be available in the other.
* `OUT_DIR` --- the folder in which all output and intermediate artifacts should
be placed. This folder is inside the build directory for the
package being built, and it is unique for the package in question.
Expand Down

0 comments on commit bec67ed

Please sign in to comment.