Skip to content

Commit 3417f86

Browse files
authored
Merge pull request #1446 from ChrisDenton/target-abi
Document `target_abi`
2 parents 8c2500c + 2610acf commit 3417f86

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/conditional-compilation.md

+15
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,21 @@ Example values:
166166
* `"musl"`
167167
* `"sgx"`
168168

169+
### `target_abi`
170+
171+
Key-value option set to further disambiguate the `target_env` with information
172+
about the target ABI. For historical reasons,
173+
this value is only defined as not the empty-string when actually needed for
174+
disambiguation. Thus, for example, on many GNU platforms, this value will be
175+
empty.
176+
177+
Example values:
178+
179+
* `""`
180+
* `"llvm"`
181+
* `"eabihf"`
182+
* `"abi64"`
183+
169184
### `target_endian`
170185

171186
Key-value option set once with either a value of "little" or "big" depending

0 commit comments

Comments
 (0)