commit: 7bb5e3479c2841c5eede9be34fcbdcce568b9675
parent 5d82b4edc350c73e49abd5abe8a2a55a473b1bad
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 4 Jan 2026 05:15:38 +0100
projects/utils-std: add aarch64_be in the arches & mark lack of CI for no x86_64
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/utils-std.shtml b/projects/utils-std.shtml
@@ -68,7 +68,7 @@
<dt>OS</dt>
<dd>Linux-musl, Linux-glibc, NetBSD, FreeBSD. And Haiku at best effort due to lack of CI</dd>
<dt>CPU Architectures</dt>
- <dd>x86_64/amd64, armv8+/aarch64, riscv64</dd>
+ <dd>x86_64/amd64. And armv8+/aarch64, aarch64_be, riscv64 at best effort due to lack of CI</dd>
<dt>C Compilers</dt>
<dd>GCC, Clang, TinyCC, cproc</dd>
</dl>