Skip to content

Commit

Permalink
README.md: add _zicsr_zifencei on configure option for rv32i (#334)
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroo HAYASHI <[email protected]>
  • Loading branch information
hirooih authored Sep 9, 2024
1 parent 1f5bcbe commit 1a52fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Alternatively, the GNU/Linux toolchain may be used to build this package,
by setting `--host=riscv64-unknown-linux-gnu`.

By default, 64-bit (RV64) versions of `pk` and `bbl` are built. To
built 32-bit (RV32) versions, supply a `--with-arch=rv32i` flag to the
built 32-bit (RV32) versions, supply a `--with-arch=rv32i_zicsr_zifencei` flag to the
configure command.
To process RVC binaries, supply a `--with-arch=rv32ic` flag, because the
To process RVC binaries, supply a `--with-arch=rv32ic_zicsr_zifencei` flag, because the
emulation code (floating point and miss-aligned load and store) is different in
the RVC case.

Expand Down

0 comments on commit 1a52fa4

Please sign in to comment.