From 07bfd71dacb4775720708ca2fc39fef10c9f37c4 Mon Sep 17 00:00:00 2001 From: Jouni Hogander Date: Tue, 19 Nov 2019 13:12:54 +0200 Subject: Implement basic support for MIPS64LE Add basic stuff to enable MIPS64ELR2 target: - build - make extract - make generate - qemu execution - system call parsing from /proc/kallsyms --- docs/syscall_descriptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/syscall_descriptions.md b/docs/syscall_descriptions.md index dd9762823..7cf715250 100644 --- a/docs/syscall_descriptions.md +++ b/docs/syscall_descriptions.md @@ -139,7 +139,7 @@ make generate make ``` -`$ARCH` is one of `amd64`, `386` `arm64`, `arm`, `ppc64le`. +`$ARCH` is one of `amd64`, `386` `arm64`, `arm`, `ppc64le`, `mips64le`. If the subsystem is supported on several architectures, then run `syz-extract` for each arch. `$LINUX` should point to kernel source checkout, which is configured for the corresponding arch (i.e. you need to run `make ARCH=arch someconfig && make ARCH=arch` there first, -- cgit mrf-deployment