diff options
author | Niels Sascha Reedijk <niels.reedijk@gmail.com> | 2016-02-02 21:21:36 +0100 |
---|---|---|
committer | Alexander von Gluck IV <kallisti5@unixzen.com> | 2016-09-29 14:00:57 -0500 |
commit | a3ff95554e205613ad627d565a0f658c90086661 (patch) | |
tree | a647bec6aaca4fb1d1622fbb1e173093b1d32a64 /README.md | |
parent | b474785561d58efbd27add9d22339dcabad742ad (diff) | |
download | rust-libc-a3ff95554e205613ad627d565a0f658c90086661.tar.gz |
Add support for Haiku x86 and x86_64
* Rework of original patches from Niels Sascha Reedijk
that include style and build fixes for libc master
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -132,4 +132,6 @@ The following may be supported, but are not guaranteed to always work: * `i686-unknown-freebsd` * [`x86_64-unknown-bitrig`](https://doc.rust-lang.org/libc/x86_64-unknown-bitrig/libc/) * [`x86_64-unknown-dragonfly`](https://doc.rust-lang.org/libc/x86_64-unknown-dragonfly/libc/) + * `i686-unknown-haiku` + * `x86_64-unknown-haiku` * [`x86_64-unknown-netbsd`](https://doc.rust-lang.org/libc/x86_64-unknown-netbsd/libc/) |