From 20d4c8a7d0311f35fcd69bfb309e56f9cdbaee5b Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Sat, 15 Sep 2007 20:27:45 +0000 Subject: 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 --- prologue/hostreqs.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'prologue') 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 @@ Tar-1.14 + + + Texinfo-4.8 + + To see whether your host system has all the appropriate versions, run the following: @@ -139,7 +144,8 @@ cat /proc/version make --version | head -n1 patch --version | head -n1 sed --version | head -n1 -tar --version | head -n1 +tar --version | head -n1 +makeinfo --version | head -n1 EOF -- cgit v1.2.3-54-g00ecf