summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-01-22 13:21:36 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-01-22 13:21:36 -0800
commit9522711192188c4dac823b7ebf0f7b20fb6f4d4c (patch)
treec487400c81a369a08c143603846dd7966e789a21 /README.md
parentf54b9c90ee68889181472d4d4a5dd9e43d0e5318 (diff)
downloadrust-libc-9522711192188c4dac823b7ebf0f7b20fb6f4d4c.tar.gz
Linkify more docs, add more tested triples
Now we're testing rumprun, openbsd, and freebsd
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 7abaa1484c..801b73d375 100644
--- a/README.md
+++ b/README.md
@@ -105,12 +105,13 @@ Tested:
* [`arm-unknown-linux-gnueabihf`](https://doc.rust-lang.org/libc/arm-unknown-linux-gnueabihf/libc)
* [`arm-linux-androideabi`](https://doc.rust-lang.org/libc/arm-linux-androideabi/libc)
(Android)
+ * [`x86_64-unknown-freebsd`](http://rust-lang-nursery.github.io/libc/x86_64-unknown-freebsd/libc)
+ * [`x86_64-unknown-openbsd`](http://rust-lang-nursery.github.io/libc/x86_64-unknown-openbsd/libc)
+ * [`x86_64-rumprun-netbsd`](http://rust-lang-nursery.github.io/libc/x86_64-unknown-netbsd/libc)
The following may be supported, but are not guaranteed to always work:
- * `x86_64-unknown-freebsd`
* `i686-unknown-freebsd`
- * `x86_64-unknown-bitrig`
- * `x86_64-unknown-dragonfly`
- * `x86_64-unknown-openbsd`
- * `x86_64-unknown-netbsd`
+ * [`x86_64-unknown-bitrig`](http://rust-lang-nursery.github.io/libc/x86_64-unknown-bitrig/libc)
+ * [`x86_64-unknown-dragonfly`](http://rust-lang-nursery.github.io/libc/x86_64-unknown-dragonfly/libc)
+ * [`x86_64-unknown-netbsd`](http://rust-lang-nursery.github.io/libc/x86_64-unknown-netbsd/libc)