Skip to content

Commit

Permalink
README: Document the support for riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
wkz committed Nov 24, 2022
1 parent ca0e64c commit af30976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af30976

Please sign in to comment.