]> git.lizzy.rs Git - rust.git/commitdiff
Update supported values of target_os
authorVadim Chugunov <vadimcn@gmail.com>
Thu, 23 Apr 2015 19:32:25 +0000 (12:32 -0700)
committerVadim Chugunov <vadimcn@gmail.com>
Thu, 23 Apr 2015 19:32:25 +0000 (12:32 -0700)
'win32' -> 'windows', added 'ios'

src/doc/reference.md

index d918a320e63a909c3298c213cb2188ddab0492b0..debfe31d982d777c0115613326cbb8cacb998f28 100644 (file)
@@ -2146,7 +2146,7 @@ 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"`,
+  `"windows"`, `"macos"`, `"ios"`, `"linux"`, `"android"`, `"freebsd"`, `"dragonfly"`,
   `"bitrig"` or `"openbsd"`.
 * `target_pointer_width = "..."`. Target pointer width in bits. This is set
   to `"32"` for targets with 32-bit pointers, and likewise set to `"64"` for