From 21c76636a682f770b3d9614169dc70064e4e096b Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 24 Mar 2025 20:06:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index a191139..1f6ab2a 100644 --- a/Readme.md +++ b/Readme.md @@ -61,8 +61,7 @@ sudo make install ```bash # build 64bit sudo make clean -# ./configure --prefix=/opt/riscv -./configure --prefix=/opt/riscv --with-arch=rv64imc_zicsr --with-abi=lp64 +./configure --prefix=/opt/riscv sudo make -j12 # build 32bit