aboutsummaryrefslogtreecommitdiffstats
path: root/prologue
diff options
context:
space:
mode:
Diffstat (limited to 'prologue')
-rw-r--r--prologue/hostreqs.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml
index c793cf7cd..153f31898 100644
--- a/prologue/hostreqs.xml
+++ b/prologue/hostreqs.xml
@@ -123,11 +123,6 @@
<para><emphasis role="strong">Tar-1.18</emphasis></para>
</listitem>
- <!-- Needed by the apparently broken Binutils-2.18 -->
- <listitem>
- <para><emphasis role="strong">Texinfo-4.9</emphasis></para>
- </listitem>
-
<listitem>
<para><emphasis role="strong">Xz-5.0.0</emphasis></para>
</listitem>
@@ -183,7 +178,6 @@ patch --version | head -n1
echo Perl `perl -V:version`
sed --version | head -n1
tar --version | head -n1
-echo "Texinfo: `makeinfo --version | head -n1`"
xz --version | head -n1
echo 'main(){}' &gt; dummy.c &amp;&amp; g++ -o dummy dummy.c