diff options
| author | Joel Stanley <[email protected]> | 2025-02-05 14:14:52 +1030 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2025-02-18 14:10:54 +0530 |
| commit | fe11dee7eaeef71c4e03f8244f1b3d16b8cac460 (patch) | |
| tree | 25da6c5db4938c76b19cf4a51255d01de5a13f8a | |
| parent | f3dfa6488fcd39ce96d14294a2bacf7b7a152288 (diff) | |
README: Remove comment about boolin toolchains being 64-bit only
As of January 2025 they have riscv32-ilp32d and riscv64-lp64d:
https://toolchains.bootlin.com/releases_riscv32-ilp32d.html
https://toolchains.bootlin.com/releases_riscv64-lp64d.html
Signed-off-by: Joel Stanley <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
| -rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -115,9 +115,6 @@ address with appropriate alignment. Bare-metal GNU toolchains (e.g. *riscv64-unknown-elf-gcc*) cannot be used. *Clang/LLVM* can still generate PIE images if a bare-metal triple is used (e.g. *-target riscv64-unknown-elf*). -Please note that only a 64-bit version of the toolchain is available in -the Bootlin toolchain repository for now. - In addition to a toolchain, OpenSBI also requires the following packages on the host: |
