mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
Forward port the rv32 port (From OE-Core rev: 269133fed2854cdfe9c23a17a86fb1f1ea7e11cb) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
29 lines
1.1 KiB
Diff
29 lines
1.1 KiB
Diff
From e016ce3949caf34ee0f8fc6d976c52eb2fb019ce Mon Sep 17 00:00:00 2001
|
|
From: Khem Raj <raj.khem@gmail.com>
|
|
Date: Wed, 28 Jul 2021 11:03:24 -0700
|
|
Subject: [PATCH 2/4] man: Add RISCV64 to arch list
|
|
|
|
Upstream-Status: Submitted [https://github.com/seccomp/libseccomp/pull/327]
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
---
|
|
doc/man/man1/scmp_sys_resolver.1 | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/doc/man/man1/scmp_sys_resolver.1 b/doc/man/man1/scmp_sys_resolver.1
|
|
index fc68d18..74d8a8a 100644
|
|
--- a/doc/man/man1/scmp_sys_resolver.1
|
|
+++ b/doc/man/man1/scmp_sys_resolver.1
|
|
@@ -36,7 +36,7 @@ The architecture to use for resolving the system call. Valid
|
|
.I ARCH
|
|
values are "x86", "x86_64", "x32", "arm", "aarch64", "mips", "mipsel", "mips64",
|
|
"mipsel64", "mips64n32", "mipsel64n32", "parisc", "parisc64", "ppc", "ppc64",
|
|
-"ppc64le", "riscv32", "s390", "s390x", "sheb" and "sh".
|
|
+"ppc64le", "riscv64", "riscv32", "s390", "s390x", "sheb" and "sh".
|
|
.TP
|
|
.B \-t
|
|
If necessary, translate the system call name to the proper system call number,
|
|
--
|
|
2.33.0
|
|
|