Skip to content

Commit

Permalink
Merge pull request #1446 from ChrisDenton/target-abi
Browse files Browse the repository at this point in the history
Document `target_abi`
  • Loading branch information
ehuss committed Feb 25, 2024
2 parents 8c2500c + 2610acf commit 3417f86
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/conditional-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3417f86

Please sign in to comment.