bitrig integration
This commit is contained in:
parent
e29f420255
commit
cd8f31759f
50 changed files with 1116 additions and 77 deletions
|
|
@ -2192,8 +2192,8 @@ The following configurations must be defined by the implementation:
|
|||
`"unix"` or `"windows"`. The value of this configuration option is defined
|
||||
as a configuration itself, like `unix` or `windows`.
|
||||
* `target_os = "..."`. Operating system of the target, examples include
|
||||
`"win32"`, `"macos"`, `"linux"`, `"android"`, `"freebsd"`, `"dragonfly"` or
|
||||
`"openbsd"`.
|
||||
`"win32"`, `"macos"`, `"linux"`, `"android"`, `"freebsd"`, `"dragonfly"`,
|
||||
`"bitrig"` or `"openbsd"`.
|
||||
* `target_word_size = "..."`. Target word size in bits. This is set to `"32"`
|
||||
for targets with 32-bit pointers, and likewise set to `"64"` for 64-bit
|
||||
pointers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue