GCC has not able to build with binutils 2.30 due to the requirement
of needing zmull support. This changes the documentation to tbe
first binutils release that supported zmull.

        PR target/124409

gcc/ChangeLog:

        * doc/install.texi: Increment the required binutils for
        riscv to 2.40.

Signed-off-by: Andrew Pinski <[email protected]>
---
 gcc/doc/install.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 2000046b9d2..b1f4f5e1193 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -4950,7 +4950,7 @@ This configuration is intended for embedded systems.
 @heading riscv32-*-elf
 The RISC-V RV32 instruction set.
 This configuration is intended for embedded systems.
-This (and all other RISC-V) targets require the binutils 2.30 release.
+This (and all other RISC-V) targets require the binutils 2.40 release.
 
 @html
 <hr />
@@ -4958,7 +4958,7 @@ This (and all other RISC-V) targets require the binutils 
2.30 release.
 @anchor{riscv32-x-linux}
 @heading riscv32-*-linux
 The RISC-V RV32 instruction set running GNU/Linux.
-This (and all other RISC-V) targets require the binutils 2.30 release.
+This (and all other RISC-V) targets require the binutils 2.40 release.
 
 @html
 <hr />
@@ -4967,7 +4967,7 @@ This (and all other RISC-V) targets require the binutils 
2.30 release.
 @heading riscv64-*-elf
 The RISC-V RV64 instruction set.
 This configuration is intended for embedded systems.
-This (and all other RISC-V) targets require the binutils 2.30 release.
+This (and all other RISC-V) targets require the binutils 2.40 release.
 
 @html
 <hr />
@@ -4975,7 +4975,7 @@ This (and all other RISC-V) targets require the binutils 
2.30 release.
 @anchor{riscv64-x-linux}
 @heading riscv64-*-linux
 The RISC-V RV64 instruction set running GNU/Linux.
-This (and all other RISC-V) targets require the binutils 2.30 release.
+This (and all other RISC-V) targets require the binutils 2.40 release.
 
 @html
 <hr />
-- 
2.43.0

Reply via email to