Browse Source

Merge pull request #11184 from MBCX/riscv-update

Update RISC-V toolchain version
Matthew 5 days ago
parent
commit
bce621ff5e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      contributing/development/compiling/compiling_for_linuxbsd.rst

+ 2 - 2
contributing/development/compiling/compiling_for_linuxbsd.rst

@@ -397,8 +397,8 @@ To cross-compile Godot for RISC-V devices, we need to setup the following items:
   While we are not going to use this directly, it provides us with a sysroot, as well
   While we are not going to use this directly, it provides us with a sysroot, as well
   as header and libraries files that we will need. There are many versions to choose
   as header and libraries files that we will need. There are many versions to choose
   from, however, the older the toolchain, the more compatible our final binaries will be.
   from, however, the older the toolchain, the more compatible our final binaries will be.
-  If in doubt, `use this version <https://github.com/riscv-collab/riscv-gnu-toolchain/releases/tag/2021.12.22>`__,
-  and download ``riscv64-glibc-ubuntu-18.04-nightly-2021.12.22-nightly.tar.gz``. Extract
+  If in doubt, `use this version <https://github.com/riscv-collab/riscv-gnu-toolchain/releases/tag/2023.07.07>`__,
+  and download ``riscv64-glibc-ubuntu-20.04-gcc-nightly-2023.07.07-nightly.tar.gz``. Extract
   it somewhere and remember its path.
   it somewhere and remember its path.
 - `mold <https://github.com/rui314/mold/releases>`__. This fast linker,
 - `mold <https://github.com/rui314/mold/releases>`__. This fast linker,
   is the only one that correctly links the resulting binary. Download it, extract it,
   is the only one that correctly links the resulting binary. Download it, extract it,