From 235d48cb68709e96bd2fca9710da03cbfa854274 Mon Sep 17 00:00:00 2001 From: William Harrington <kb0iic@berzerkula.org> Date: Fri, 19 Mar 2021 09:37:25 -0500 Subject: Update GLIBC chapter5 build/install commands. --- chapter5/glibc.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter5') diff --git a/chapter5/glibc.sh b/chapter5/glibc.sh index 823086e..5bef682 100644 --- a/chapter5/glibc.sh +++ b/chapter5/glibc.sh @@ -17,11 +17,11 @@ cd build --prefix=/usr \ --host=${LFS_TGT} \ --build=$(../scripts/config.guess) \ - --enable-kernel=3.2 \ + --enable-kernel=4.10.0 \ --with-headers=${LFS}/usr/include \ - libc_cv_slibdir=/lib MAKE=/usr/local/bin/make && + libc_cv_slibdir=/lib && -make && +make PARALLELMFLAGS="-j 3" && make DESTDIR=${LFS} install && echo 'int main(){}' > dummy.c && -- cgit v1.2.3-54-g00ecf