diff options
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/hostreqs.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 8e5b6f259..a4246c5d7 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -114,6 +114,11 @@ <para><emphasis role="strong">Tar-1.14</emphasis></para> </listitem> + <!-- Needed by the apparently broken Binutils-2.18 --> + <listitem> + <para><emphasis role="strong">Texinfo-4.8</emphasis></para> + </listitem> + </itemizedlist> <para>To see whether your host system has all the appropriate versions, run the following:</para> @@ -139,7 +144,8 @@ cat /proc/version make --version | head -n1 patch --version | head -n1 sed --version | head -n1 -tar --version | head -n1</literal> +tar --version | head -n1 +makeinfo --version | head -n1</literal> EOF |