Document `target_abi`

This commit is contained in:
Chris Denton 2024-01-04 19:43:05 +00:00
parent 3565c7978c
commit 2610acf808
No known key found for this signature in database
GPG Key ID: 713472F2F45627DE
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