diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-08-30 00:32:30 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-08-30 00:32:30 +0800 |
commit | 4b1b79442c8cd616cea81ed0ee90ebe665f2e4a1 (patch) | |
tree | 4f2df8c3724ebdece12f3b3306e1b480fca66aca | |
parent | 22c36bb8e41ebe08d9ac022d68d619583e556f21 (diff) |
hostreqs: Raise texinfo minimal version to 5.0
Binutils-2.41 FTBFS with texinfo-4.x. I've tested 5.0 and it works.
Link: https://sourceware.org/bugzilla/show_bug.cgi?id=30703
-rw-r--r-- | chapter02/hostreqs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter02/hostreqs.xml b/chapter02/hostreqs.xml index 862d2605c..e2fbce07b 100644 --- a/chapter02/hostreqs.xml +++ b/chapter02/hostreqs.xml @@ -145,7 +145,7 @@ </listitem> <listitem> - <para><emphasis role="strong">Texinfo-4.7</emphasis></para> + <para><emphasis role="strong">Texinfo-5.0</emphasis></para> </listitem> <listitem> @@ -235,7 +235,7 @@ ver_check Perl perl 5.8.8 ver_check Python python3 3.4 ver_check Sed sed 4.1.5 ver_check Tar tar 1.22 -ver_check Texinfo texi2any 4.7 +ver_check Texinfo texi2any 5.0 ver_check Xz xz 5.0.0 ver_kernel &min-kernel; |