From af30976ced3a6a2f36b3fb391b388931bd8b19d3 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 24 Nov 2022 19:30:21 +0100 Subject: [PATCH] README: Document the support for riscv64 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 593541a..9fc790f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ BPF VM in concert with kprobes and tracepoints to attach probes to arbitrary points in the kernel. Most tracers that generate BPF bytecode are based on the LLVM based BCC toolchain. ply on the other hand has no required external dependencies except for `libc`. In -addition to `x86_64`, ply also runs on `aarch64`, `arm`, and +addition to `x86_64`, ply also runs on `aarch64`, `arm`, `riscv64` and `powerpc`. Adding support for more ISAs is easy. `ply` follows the [Little Language][1] approach of yore, compiling ply