From c68e018aab617dab8619f4c5d4c62dcd22c3438c Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Fri, 19 Jun 2020 08:13:06 +0000 Subject: Various text fixes: - a wrong chapter in toolchain notes, and various text precisions the option explanations of chapter 8 glibc (was labelled WIP) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11961 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/glibc.xml | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'chapter08/glibc.xml') diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index ed928741a..be2de9dca 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -65,27 +65,24 @@ cd build --with-headers=/usr/include \ libc_cv_slibdir=/lib - - The meaning of the options and new configure parameters: - + - --disable-werror + --enable-kernel=&min-kernel; - This option disables the -Werror option passed to - GCC. This is necessary for running the test suite. + This option tells the build system that this glibc may + be used with kernels as old as &min-kernel;. This means generating + workarounds in case a system call introduced in a later version + cannot be used. -- cgit v1.2.3-54-g00ecf