diff options
author | Alex Crichton <alex@alexcrichton.com> | 2016-01-22 13:21:36 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2016-01-22 13:21:36 -0800 |
commit | 9522711192188c4dac823b7ebf0f7b20fb6f4d4c (patch) | |
tree | c487400c81a369a08c143603846dd7966e789a21 /README.md | |
parent | f54b9c90ee68889181472d4d4a5dd9e43d0e5318 (diff) | |
download | rust-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.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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) |