Skip to content

Commit 2610acf

Browse files
committed
Document target_abi
1 parent 3565c79 commit 2610acf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/conditional-compilation.md

Lines changed: 15 additions & 0 deletions
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)