File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -347,6 +347,7 @@ let out_dir = env::var("OUT_DIR").unwrap();
347
347
* ` CARGO_CFG_TARGET_ARCH=x86_64 ` --- The CPU [ target architecture] .
348
348
* ` CARGO_CFG_TARGET_VENDOR=apple ` --- The [ target vendor] .
349
349
* ` CARGO_CFG_TARGET_ENV=gnu ` --- The [ target environment] ABI.
350
+ * ` CARGO_CFG_TARGET_ABI=sim ` --- The [ target ABI] .
350
351
* ` CARGO_CFG_TARGET_POINTER_WIDTH=64 ` --- The CPU [ pointer width] .
351
352
* ` CARGO_CFG_TARGET_ENDIAN=little ` --- The CPU [ target endianness] .
352
353
* ` CARGO_CFG_TARGET_FEATURE=mmx,sse ` --- List of CPU [ target features] enabled.
@@ -397,6 +398,7 @@ let out_dir = env::var("OUT_DIR").unwrap();
397
398
[ target architecture ] : ../../reference/conditional-compilation.html#target_arch
398
399
[ target vendor ] : ../../reference/conditional-compilation.html#target_vendor
399
400
[ target environment ] : ../../reference/conditional-compilation.html#target_env
401
+ [ target ABI ] : ../../reference/conditional-compilation.html#target_abi
400
402
[ pointer width ] : ../../reference/conditional-compilation.html#target_pointer_width
401
403
[ target endianness ] : ../../reference/conditional-compilation.html#target_endian
402
404
[ target features ] : ../../reference/conditional-compilation.html#target_feature
You can’t perform that action at this time.
0 commit comments