Skip to content

Commit c9f7927

Browse files
Merge #310
310: Move disabled Dockerfiles into subdirectory. r=reitermarkus a=reitermarkus Co-authored-by: Markus Reiter <[email protected]>
2 parents 681b082 + 0ed269f commit c9f7927

5 files changed

+12
-16
lines changed

README.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,9 @@ terminate.
203203
| `armv7-linux-androideabi` [2] | N/A | 4.9 | 1.0.2p || N/A ||
204204
| `armv7-unknown-linux-gnueabihf` | 2.15 | 4.6.2 | 1.0.2p || 2.8.0 ||
205205
| `armv7-unknown-linux-musleabihf` | 1.1.20 | 6.3.0 | 1.0.2p | | 2.8.0 ||
206-
| `asmjs-unknown-emscripten` [3] | 1.1.20 | 1.37.13 | N/A || N/A ||
207206
| `i586-unknown-linux-gnu` | 2.23 | 5.3.1 | 1.0.2p || N/A ||
208207
| `i586-unknown-linux-musl` | 1.1.20 | 6.3.0 | 1.0.2p | | N/A ||
209208
| `i686-linux-android` [2] | N/A | 4.9 | 1.0.2p || N/A ||
210-
| `i686-pc-windows-gnu` | N/A | 7.3.0 | N/A || N/A ||
211-
| `i686-unknown-freebsd` [4] | 10.2 | 5.3.0 | 1.0.2p | | N/A | |
212209
| `i686-unknown-linux-gnu` | 2.15 | 4.6.2 | 1.0.2p || N/A ||
213210
| `i686-unknown-linux-musl` | 1.1.20 | 6.3.0 | 1.0.2p | | N/A ||
214211
| `mips-unknown-linux-gnu` | 2.23 | 5.3.1 | 1.0.2p || 2.8.0 ||
@@ -221,18 +218,17 @@ terminate.
221218
| `powerpc64-unknown-linux-gnu` | 2.19 | 4.8.2 | 1.0.2p || 2.7.1 ||
222219
| `powerpc64le-unknown-linux-gnu` | 2.19 | 4.8.2 | 1.0.2p || 2.7.1 ||
223220
| `s390x-unknown-linux-gnu` | 2.23 | 5.3.1 | 1.0.2p || 2.8.0 | |
224-
| `sparc64-unknown-linux-gnu` [5] | 2.23 | 5.3.1 | 1.0.2p || 2.8.0 ||
221+
| `sparc64-unknown-linux-gnu` [3] | 2.23 | 5.3.1 | 1.0.2p || 2.8.0 ||
225222
| `sparcv9-sun-solaris` [4] | 2.11 | 5.3.0 | 1.0.2p || N/A | |
226-
| `thumbv6m-none-eabi` [6] | 2.2.0 | 5.3.1 | N/A | | N/A | |
227-
| `thumbv7em-none-eabi` [6] | 2.2.0 | 5.3.1 | N/A | | N/A | |
228-
| `thumbv7em-none-eabihf` [6] | 2.2.0 | 5.3.1 | N/A | | N/A | |
229-
| `thumbv7m-none-eabi` [6] | 2.2.0 | 5.3.1 | N/A | | N/A | |
230-
| `wasm32-unknown-emscripten` [3] | 1.1.15 | 1.37.13 | N/A || N/A ||
223+
| `thumbv6m-none-eabi` [5] | 2.2.0 | 5.3.1 | N/A | | N/A | |
224+
| `thumbv7em-none-eabi` [5] | 2.2.0 | 5.3.1 | N/A | | N/A | |
225+
| `thumbv7em-none-eabihf` [5] | 2.2.0 | 5.3.1 | N/A | | N/A | |
226+
| `thumbv7m-none-eabi` [5] | 2.2.0 | 5.3.1 | N/A | | N/A | |
227+
| `wasm32-unknown-emscripten` [6] | 1.1.15 | 1.37.13 | N/A || N/A ||
231228
| `x86_64-linux-android` [2] | N/A | 4.9 | 1.0.2p || N/A ||
232229
| `x86_64-pc-windows-gnu` | N/A | 7.3.0 | N/A || N/A ||
233230
| `x86_64-sun-solaris` [4] | 2.11 | 5.3.0 | 1.0.2p || N/A | |
234-
| `x86_64-unknown-dragonfly` [4] [5] | 4.6.0 | 5.3.0 | 1.0.2p || N/A | |
235-
| `x86_64-unknown-freebsd` [4] | 10.2 | 5.3.0 | 1.0.2p | | N/A | |
231+
| `x86_64-unknown-dragonfly` [4] [3] | 4.6.0 | 5.3.0 | 1.0.2p || N/A | |
236232
| `x86_64-unknown-linux-gnu` | 2.15 | 4.6.2 | 1.0.2p || N/A ||
237233
| `x86_64-unknown-linux-musl` | 1.1.20 | 6.3.0 | 1.0.2p | | N/A ||
238234
| `x86_64-unknown-netbsd` [4] | 7.0 | 5.3.0 | 1.0.2p || N/A | |
@@ -245,15 +241,15 @@ terminate.
245241
[issue #140](https://github.com/rust-embedded/cross/issues/140) for more
246242
information.
247243

248-
[3] libc = musl, gcc = emcc; Some projects that use libc may fail due to wrong
249-
definitions (will be fixed by https://github.com/rust-lang/libc/pull/610)
250-
251244
[4] For *BSD and Solaris targets, the libc column indicates the OS release version
252245
from which libc was extracted.
253246

254-
[5] No `std` component available as of 2017-01-10
247+
[3] No `std` component available as of 2017-01-10
255248

256-
[6] libc = newlib
249+
[5] libc = newlib
250+
251+
[6] libc = musl, gcc = emcc; Some projects that use libc may fail due to wrong
252+
definitions (will be fixed by https://github.com/rust-lang/libc/pull/610)
257253

258254
## Debugging
259255

0 commit comments

Comments
 (0)