Skip to content

Commit a1db8b9

Browse files
Dave HusebyManishearth
authored andcommitted
bitrig integration
1 parent 54cb972 commit a1db8b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2188,8 +2188,8 @@ The following configurations must be defined by the implementation:
21882188
`"unix"` or `"windows"`. The value of this configuration option is defined
21892189
as a configuration itself, like `unix` or `windows`.
21902190
* `target_os = "..."`. Operating system of the target, examples include
2191-
`"win32"`, `"macos"`, `"linux"`, `"android"`, `"freebsd"`, `"dragonfly"` or
2192-
`"openbsd"`.
2191+
`"win32"`, `"macos"`, `"linux"`, `"android"`, `"freebsd"`, `"dragonfly"`,
2192+
`"bitrig"` or `"openbsd"`.
21932193
* `target_word_size = "..."`. Target word size in bits. This is set to `"32"`
21942194
for targets with 32-bit pointers, and likewise set to `"64"` for 64-bit
21952195
pointers.

0 commit comments

Comments
 (0)