diff options
author | Joel Stanley <joel@jms.id.au> | 2025-02-05 14:14:50 +1030 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2025-02-18 14:08:29 +0530 |
commit | 02c7a9bbefce4e54eda416f2d7320ff7ab451ee1 (patch) | |
tree | 12a6550e39a7931ea0d9546fc50d0b7ff25a560f | |
parent | ec09918426a5ccff5de09cd41c3f36d0ad5443f1 (diff) | |
download | opensbi-02c7a9bbefce4e54eda416f2d7320ff7ab451ee1.zip opensbi-02c7a9bbefce4e54eda416f2d7320ff7ab451ee1.tar.gz opensbi-02c7a9bbefce4e54eda416f2d7320ff7ab451ee1.tar.bz2 |
README: Any arch host can be used to cross compile
Verified by cross compiling from an arm64 host.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Anup Patel <anup@brainfault.org>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ capable enough to bring up all other non-booting harts using HSM extension. Required Toolchain and Packages ------------------------------- -OpenSBI can be compiled natively or cross-compiled on a x86 host. For +OpenSBI can be compiled natively or cross-compiled on a host machine. For cross-compilation, you can build your own toolchain, download a prebuilt one from the [Bootlin toolchain repository] or install a distribution-provided toolchain; if you opt to use LLVM/Clang, most distribution toolchains will |