We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CARGO_CFG_TARGET_ABI
2 parents 7987d4b + fb85203 commit c7be060Copy full SHA for c7be060
src/doc/src/reference/environment-variables.md
@@ -350,7 +350,7 @@ let out_dir = env::var("OUT_DIR").unwrap();
350
* `CARGO_CFG_TARGET_ARCH=x86_64` --- The CPU [target architecture].
351
* `CARGO_CFG_TARGET_VENDOR=apple` --- The [target vendor].
352
* `CARGO_CFG_TARGET_ENV=gnu` --- The [target environment] ABI.
353
- * `CARGO_CFG_TARGET_ABI=sim` --- The [target ABI].
+ * `CARGO_CFG_TARGET_ABI=eabihf` --- The [target ABI].
354
* `CARGO_CFG_TARGET_POINTER_WIDTH=64` --- The CPU [pointer width].
355
* `CARGO_CFG_TARGET_ENDIAN=little` --- The CPU [target endianness].
356
* `CARGO_CFG_TARGET_FEATURE=mmx,sse` --- List of CPU [target features] enabled.
0 commit comments