diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-06-16 22:24:12 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-06-16 22:24:12 +0000 |
commit | 9067a2ff743a13d0afc271e23e2660d6fa1e695b (patch) | |
tree | f91a4b0f8dba90a3b08cd52340729d93ecb0fc59 /chapter05 | |
parent | a2f7ad076de73d10551799cdd209edef9c845d43 (diff) |
Update kernel version specified in Chapter 5 glibc instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9297 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 26d853ad1..358f5e4bd 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -72,7 +72,7 @@ esac</userinput></screen> <screen><userinput remap="configure">../glibc-&glibc-version;/configure --prefix=/tools \ --host=$LFS_TGT --build=$(../glibc-&glibc-version;/scripts/config.guess) \ --disable-profile --enable-add-ons \ - --enable-kernel=2.6.18 --with-headers=/tools/include \ + --enable-kernel=2.6.22.5 --with-headers=/tools/include \ libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes</userinput></screen> <variablelist> |