about summary refs log tree commit diff
path: root/src/doc/reference.md
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-02-21 09:20:48 +0000
committerbors <bors@rust-lang.org>2015-02-21 09:20:48 +0000
commit2b01a37ec38db9301239f0c0abcf3c695055b0ff (patch)
treea8fbf2329325d51716f163780d5e932989d04e06 /src/doc/reference.md
parent522d09dfecbeca1595f25ac58c6d0178bbd21d7d (diff)
parent551304015bac6f8424fcc6827855d3c61fe167c9 (diff)
downloadrust-2b01a37ec38db9301239f0c0abcf3c695055b0ff.tar.gz
rust-2b01a37ec38db9301239f0c0abcf3c695055b0ff.zip
Auto merge of #21959 - dhuseby:bitrig-support, r=brson
This patch adds the necessary pieces to support rust on Bitrig https://bitrig.org
Diffstat (limited to 'src/doc/reference.md')
-rw-r--r--src/doc/reference.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index db940947040..e6ff29799f4 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -2188,8 +2188,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.