Skip to content

Commit

Permalink
Update README.md and CHANGELOG.md to include new targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
malbarbo committed Oct 13, 2018
1 parent 22f44e6 commit ffad8f4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Expand Up @@ -9,8 +9,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Bump musl version to 1.1.20.
- Bump Ubuntu to 18.04 to all musl targets.
- Bump gcc version to 6.3.0 for all musl targets.
- Add OpenSSL support for the arm-unknown-linux-musleabi target.
- Add OpenSSL support for the armv7-unknown-linux-musleabihf target.
- OpenSSL support for the `arm-unknown-linux-musleabi` target.
- OpenSSL support for the `armv7-unknown-linux-musleabihf` target.
- Build and test support for `aarch64-unknown-linux-musl`, `arm-unknown-linux-musleabihf`,
`armv5te-unknown-linux-musleabi`, `i586-unknown-linux-musl`, `mips-unknown-linux-musl`,
add `mipsel-unknown-linux-musl` targets.

## [v0.1.14] - 2017-11-22

Expand Down
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -194,23 +194,29 @@ worst, "hang" (never terminate).
|--------------------------------------|--------|---------|---------|:---:|-------|:------:|
| `aarch64-linux-android` [5] | N/A | 4.9 | 1.0.2p || N/A ||
| `aarch64-unknown-linux-gnu` | 2.19 | 4.8.2 | 1.0.2p || 2.8.0 ||
| `aarch64-unknown-linux-musl` | 1.1.20 | 6.3.0 | 1.0.2p | | 2.8.0 ||
| `arm-linux-androideabi` [5] | N/A | 4.9 | 1.0.2p || N/A ||
| `arm-unknown-linux-gnueabi` | 2.19 | 4.8.2 | 1.0.2p || 2.8.0 ||
| `arm-unknown-linux-musleabi` | 1.1.20 | 6.3.0 | 1.0.2p | | 2.8.0 ||
| `arm-unknown-linux-musleabihf` | 1.1.20 | 6.3.0 | 1.0.2p | | 2.8.0 ||
| `armv5te-unknown-linux-musleabi` | 1.1.20 | 6.3.0 | N/A | | 2.8.0 ||
| `armv7-linux-androideabi` [5] | N/A | 4.9 | 1.0.2p || N/A ||
| `armv7-unknown-linux-gnueabihf` | 2.15 | 4.6.2 | 1.0.2p || 2.8.0 ||
| `armv7-unknown-linux-musleabihf` | 1.1.20 | 6.3.0 | 1.0.2p | | 2.8.0 ||
| `asmjs-unknown-emscripten` [4] | 1.1.20 | 1.37.13 | N/A || N/A ||
| `i586-unknown-linux-gnu` | 2.23 | 5.3.1 | 1.0.2p || N/A ||
| `i586-unknown-linux-musl` | 1.1.20 | 6.3.0 | 1.0.2p | | N/A ||
| `i686-linux-android` [5] | N/A | 4.9 | 1.0.2p || N/A ||
| `i686-pc-windows-gnu` | N/A | 7.3.0 | N/A || N/A ||
| `i686-unknown-freebsd` [1] | 10.2 | 5.3.0 | 1.0.2p | | N/A | |
| `i686-unknown-linux-gnu` | 2.15 | 4.6.2 | 1.0.2p || N/A ||
| `i686-unknown-linux-musl` | 1.1.20 | 6.3.0 | 1.0.2p | | N/A ||
| `mips-unknown-linux-gnu` | 2.23 | 5.3.1 | 1.0.2p || 2.8.0 ||
| `mips-unknown-linux-musl` | 1.1.20 | 6.3.0 | 1.0.2p || 2.8.0 ||
| `mips64-unknown-linux-gnuabi64` | 2.23 | 5.3.1 | 1.0.2p || 2.8.0 ||
| `mips64el-unknown-linux-gnuabi64` | 2.23 | 5.3.1 | 1.0.2p || 2.8.0 ||
| `mipsel-unknown-linux-gnu` | 2.23 | 5.3.1 | 1.0.2p || 2.8.0 ||
| `mipsel-unknown-linux-musl` | 1.1.20 | 6.3.0 | 1.0.2p || 2.8.0 ||
| `powerpc-unknown-linux-gnu` | 2.19 | 4.8.2 | 1.0.2p || 2.7.1 ||
| `powerpc64-unknown-linux-gnu` | 2.19 | 4.8.2 | 1.0.2p || 2.7.1 ||
| `powerpc64le-unknown-linux-gnu` | 2.19 | 4.8.2 | 1.0.2p || 2.7.1 ||
Expand Down

0 comments on commit ffad8f4

Please sign in to comment.