diff options
Diffstat (limited to 'chapter05/glibc.xml')
-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 e08ec88fb..7d0c1ce7b 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -80,7 +80,7 @@ esac</userinput></screen> --host=$LFS_TGT \ --build=$(../glibc-&glibc-version;/scripts/config.guess) \ --disable-profile \ - --enable-kernel=2.6.34 \ + --enable-kernel=&min-kernel; \ --with-headers=/tools/include \ libc_cv_forced_unwind=yes \ libc_cv_ctors_header=yes \ |