diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2007-09-15 20:27:45 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2007-09-15 20:27:45 +0000 |
commit | 20d4c8a7d0311f35fcd69bfb309e56f9cdbaee5b (patch) | |
tree | d750415aae5ad8f77cee3641bcdc021757f7ef3b /prologue | |
parent | d4ce7bec6411372296d14a0bbbc52a38069f9319 (diff) |
Upgrade to Binutils-2.18. Fixes #2069. Thanks to Matt Burgess for the patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8372 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 |