From 4d8fdd4288cc3ca5e0a2bd6ac80b725c2ee52118 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 26 Aug 2023 21:10:34 +0300 Subject: Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a1a4620..a3d4a29 100644 --- a/README.md +++ b/README.md @@ -141,14 +141,14 @@ with the same architecture string as the GCC tests. For instance, a GCC test case: ``` -make CROSS_COMPILE=riscv64-linux-gnu- ARCH=riscv64 -j$(nproc) -qemu-riscv64 -L /usr/riscv64-linux-gnu ./copyjit +make CROSS_COMPILE=riscv64-linux-gnu- ARCH=riscv64 -j$(nproc) examples +qemu-riscv64 -L /usr/riscv64-linux-gnu ./examples/copyjit ``` And an LLVM test case: ``` -make CROSS_COMPILE=riscv64-linux-gnu- ARCH=riscv64 -j$(nproc) -qemu-riscv64 -L /usr/riscv64-linux-gnu ./copyjit +make CROSS_COMPILE=riscv64-linux-gnu- ARCH=riscv64 -j$(nproc) examples +qemu-riscv64 -L /usr/riscv64-linux-gnu ./examples/copyjit ``` Some of the 'broken' architectures may end up working with some compiler flag @@ -171,7 +171,7 @@ OK: + `arm` Broken: -+ `mips64el` (possibly due to bug in instruction cache flushing? otherwise unsure) ++ `mips64el` (issues with ABI, global pointer?) + `mips64` + `mipsel` + `mips` -- cgit v1.3