From fe11dee7eaeef71c4e03f8244f1b3d16b8cac460 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Wed, 5 Feb 2025 14:14:52 +1030 Subject: [PATCH] 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 Reviewed-by: Anup Patel --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index db816c5d..2795cc1a 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: