Skip to content

Commit 3ae4dfd

Browse files
Merge pull request #503 from jethrogb/patch-2
Update conditional-compilation.md
2 parents 3d6c5e5 + 9cab1ee commit 3ae4dfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/conditional-compilation.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ Example values:
138138
* `"gnu"`
139139
* `"msvc"`
140140
* `"musl"`
141+
* `"sgx"`
141142

142143
### `target_endian`
143144

@@ -173,8 +174,8 @@ Key-value option set once with the vendor of the target.
173174
Example values:
174175

175176
* `"apple"`
177+
* `"fortanix"`
176178
* `"pc"`
177-
* `"sgx"`
178179
* `"unknown"`
179180

180181
### `test`

0 commit comments

Comments
 (0)