@@ -96,16 +96,16 @@ is more portable across Linux distributions.
96
96
| ----------------------------| ----------------|
97
97
| ` aarch64-linux-gnu ` | OK |
98
98
| ` aarch64-linux-musl ` | OK |
99
- | ` aarch64-macos-none ` | [ # 194 ] ( https://github.com/ziglang/zig-bootstrap/issues/194 ) |
99
+ | ` aarch64-macos-none ` | OK |
100
100
| ` aarch64-windows-gnu ` | OK |
101
101
| ` aarch64_be-linux-gnu ` | OK |
102
102
| ` 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 |
105
105
| ` arm-linux-musleabi ` | OK |
106
106
| ` 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 |
109
109
| ` armeb-linux-musleabi ` | OK |
110
110
| ` armeb-linux-musleabihf ` | OK |
111
111
| ` loongarch64-linux-gnu ` | OK |
@@ -158,7 +158,6 @@ is more portable across Linux distributions.
158
158
159
159
#### Other Notable Targets Known to Work
160
160
161
- * ` aarch64-macos-none ` with mcpu value of ` apple_a14 ` .
162
161
* ` arm-linux-musleabi ` with mcpu value of ` generic+v6kz ` . This produces a
163
162
build of Zig that runs on the RPi 1 and RPi Zero.
164
163
- If you want to produce a build for this CPU exactly, use ` arm1176jzf_s ` .
0 commit comments