Merge pull request #1446 from ChrisDenton/target-abi

Document `target_abi`
This commit is contained in:
Eric Huss 2024-02-25 19:37:14 +00:00 committed by GitHub
commit 3417f86693
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 0 deletions

View File

@ -166,6 +166,21 @@ Example values:
* `"musl"`
* `"sgx"`
### `target_abi`
Key-value option set to further disambiguate the `target_env` with information
about the target ABI. For historical reasons,
this value is only defined as not the empty-string when actually needed for
disambiguation. Thus, for example, on many GNU platforms, this value will be
empty.
Example values:
* `""`
* `"llvm"`
* `"eabihf"`
* `"abi64"`
### `target_endian`
Key-value option set once with either a value of "little" or "big" depending