Commit ca3d1c2
authored
On AArch64, we link the `libc` crate to provide access to system call
wrappers which can query available CPU features from the kernel, since
those calls are protected on that CPU architecture.
We don't need `std` though, and it seems we're inadvertently linking it
on Linux, Android, and macOS.
1 parent 1517021 commit ca3d1c2
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
0 commit comments