[PATCH 3/3] README: Remove comment about boolin toolchains being 64-bit only

Joel Stanley joel at jms.id.au
Tue Feb 4 19:44:52 PST 2025


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 <joel at jms.id.au>
---
 README.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/README.md b/README.md
index db816c5d0d57..2795cc1a5ff0 100644
--- a/README.md
+++ b/README.md
@@ -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:
 
-- 
2.47.2




More information about the opensbi mailing list