container: add riscv64 constants

This target is unlikely to become viable any time soon.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-08 18:06:22 +09:00
parent c4f64f7606
commit 39cc8caa93
4 changed files with 802 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ my %syscall_cutoff_arch = (
"x86" => 340,
"x86_64" => 302,
"aarch64" => 281,
"riscv64" => 281,
);
print <<EOF;