Skip to content

Commit

Permalink
Add rustc and cargo for Haiku platforms. (#230)
Browse files Browse the repository at this point in the history
Haiku now provides both `rustc` and `cargo` in their latest release,
see: https://github.com/haikuports/haikuports/blob/master/dev-lang/rust/
  • Loading branch information
linkmauve authored and XAMPPRocky committed Sep 18, 2019
1 parent 2e38037 commit da3f91d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/release/platform-support.md
Expand Up @@ -158,7 +158,7 @@ target | std | rustc | cargo | notes
`hexagon-unknown-linux-musl` | ? | | |
`i686-pc-windows-msvc` | ✓ | | | 32-bit Windows XP support
`i686-unknown-dragonfly` | ? | | |
`i686-unknown-haiku` | ✓ | | | 32-bit Haiku
`i686-unknown-haiku` | ✓ | | | 32-bit Haiku
`i686-unknown-netbsd` | ✓ | | | NetBSD/i386 with SSE2
`i686-unknown-openbsd` | ✓ | ✓ | ✓ | 32-bit OpenBSD
`i686-uwp-windows-gnu` | ? | | |
Expand Down Expand Up @@ -195,7 +195,7 @@ target | std | rustc | cargo | notes
`x86_64-pc-windows-msvc` | ✓ | | | 64-bit Windows XP support
`x86_64-unknown-bitrig` | ✓ | ✓ | | 64-bit Bitrig
`x86_64-unknown-dragonfly` | ✓ | ✓ | ✓ | 64-bit DragonFlyBSD
`x86_64-unknown-haiku` | ✓ | | | 64-bit Haiku
`x86_64-unknown-haiku` | ✓ | | | 64-bit Haiku
`x86_64-unknown-hermit` | ? | | |
`x86_64-unknown-l4re-uclibc` | ? | | |
`x86_64-unknown-openbsd` | ✓ | ✓ | ✓ | 64-bit OpenBSD
Expand Down

0 comments on commit da3f91d

Please sign in to comment.