Browse Source
README.md: add _zicsr_zifencei on configure option for rv32i (#334)
Signed-off-by: Hiroo HAYASHI <24754036+hirooih@users.noreply.github.com>
pull/343/head
hirooih
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
README.md
|
|
@ -32,9 +32,9 @@ Alternatively, the GNU/Linux toolchain may be used to build this package, |
|
|
by setting `--host=riscv64-unknown-linux-gnu`. |
|
|
by setting `--host=riscv64-unknown-linux-gnu`. |
|
|
|
|
|
|
|
|
By default, 64-bit (RV64) versions of `pk` and `bbl` are built. To |
|
|
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. |
|
|
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 |
|
|
emulation code (floating point and miss-aligned load and store) is different in |
|
|
the RVC case. |
|
|
the RVC case. |
|
|
|
|
|
|
|
|
|