diff options
Diffstat (limited to 'chapter5/glibc.sh')
-rw-r--r-- | chapter5/glibc.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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 && |