zig/lib/compiler/aro
Sertonix 47cc233f22 aro: define arch macros for riscv
Fixes some test failure:

test
+- test-standalone
   +- standalone_test_cases
      +- standalone_test_cases.glibc_compat
         +- CheckObject
            +- compile exe native-linux-gnu.2.38 Debug native-linux-gnu.2.38 64 errors
test/standalone/glibc_compat/glibc_runtime_check.zig:11:18: error: C import failed
const c_malloc = @cImport(
                 ^~~~~~~~
referenced by:
    checkReallocarray: test/standalone/glibc_compat/glibc_runtime_check.zig:46:27
    main: test/standalone/glibc_compat/glibc_runtime_check.zig:112:26
    4 reference(s) hidden; use '-freference-trace=6' to see all references
error: translation failure
build/stage3/lib/zig/libc/include/riscv-linux-gnu/bits/wordsize.h:22:3: error: unsupported ABI
2026-01-13 20:01:52 +01:00
..
aro aro: define arch macros for riscv 2026-01-13 20:01:52 +01:00
assembly_backend std: Remove a handful of things deprecated during the 0.15 release cycle 2025-11-27 20:17:04 +00:00
backend update all access() to access(io) 2025-12-23 22:15:08 -08:00
include update aro and translate-c sources 2025-09-24 20:01:18 -07:00
aro.zig update Aro and translate-c to latest 2025-11-20 13:12:53 +02:00
assembly_backend.zig compiler: update aro and translate-c to latest; delete clang translate-c 2025-09-24 19:57:28 -07:00
backend.zig compiler: update aro and translate-c to latest; delete clang translate-c 2025-09-24 19:57:28 -07:00
main.zig zig libc: fix subcommand 2026-01-04 00:27:08 -08:00