diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-06-17 00:35:50 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-06-17 00:35:50 +0000 |
commit | 8c0ce1b60ca20e51baa6c28666340040aa3ef1dc (patch) | |
tree | d8aa5c6af287279c322690f4f763c643a30c6d0a /prologue | |
parent | 9067a2ff743a13d0afc271e23e2660d6fa1e695b (diff) |
Fix typo in host requirements
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9298 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/hostreqs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 543877dcc..751aadc53 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -82,7 +82,7 @@ <listitem> <para><emphasis role="strong">Linux Kernel-2.6.22.5</emphasis> - (having been compiled with GCC-4.12 or greater)</para> + (having been compiled with GCC-4.1.2 or greater)</para> <para>The reason for the kernel version requirement is that we specify that version when building <application>glibc</application> in Chapter 6 |