Skip to content

Commit d53dfcb

Browse files
committed
Update known-good targets in README.md.
Closes #96. Closes #97. Closes #101. Closes #102. Closes #194.
1 parent 40817f9 commit d53dfcb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,16 @@ is more portable across Linux distributions.
9696
|----------------------------|----------------|
9797
| `aarch64-linux-gnu` | OK |
9898
| `aarch64-linux-musl` | OK |
99-
| `aarch64-macos-none` | [#194](https://github.com/ziglang/zig-bootstrap/issues/194) |
99+
| `aarch64-macos-none` | OK |
100100
| `aarch64-windows-gnu` | OK |
101101
| `aarch64_be-linux-gnu` | OK |
102102
| `aarch64_be-linux-musl` | OK |
103-
| `arm-linux-gnueabi` | [#101](https://github.com/ziglang/zig-bootstrap/issues/101) |
104-
| `arm-linux-gnueabihf` | [#102](https://github.com/ziglang/zig-bootstrap/issues/102) |
103+
| `arm-linux-gnueabi` | OK |
104+
| `arm-linux-gnueabihf` | OK |
105105
| `arm-linux-musleabi` | OK |
106106
| `arm-linux-musleabihf` | OK |
107-
| `armeb-linux-gnueabi` | [#96](https://github.com/ziglang/zig-bootstrap/issues/96) |
108-
| `armeb-linux-gnueabihf` | [#97](https://github.com/ziglang/zig-bootstrap/issues/97) |
107+
| `armeb-linux-gnueabi` | OK |
108+
| `armeb-linux-gnueabihf` | OK |
109109
| `armeb-linux-musleabi` | OK |
110110
| `armeb-linux-musleabihf` | OK |
111111
| `loongarch64-linux-gnu` | OK |
@@ -158,7 +158,6 @@ is more portable across Linux distributions.
158158

159159
#### Other Notable Targets Known to Work
160160

161-
* `aarch64-macos-none` with mcpu value of `apple_a14`.
162161
* `arm-linux-musleabi` with mcpu value of `generic+v6kz`. This produces a
163162
build of Zig that runs on the RPi 1 and RPi Zero.
164163
- If you want to produce a build for this CPU exactly, use `arm1176jzf_s`.

0 commit comments

Comments
 (0)