aboutsummaryrefslogtreecommitdiffstats
path: root/chapter5
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-03-26 15:53:43 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-03-26 15:55:57 -0500
commit5dfa81611c0f3c6ffc4db716015097f0b9a1ab20 (patch)
treec549ac78c82ee957e61d8ae549a394d706c848f3 /chapter5
parent41f7b9370db6752b86a8e3cc9c09aa1efc17c83d (diff)
Update with kernel version to 5.10.0.
Diffstat (limited to 'chapter5')
-rw-r--r--chapter5/glibc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter5/glibc.sh b/chapter5/glibc.sh
index 54db90a..37dbd2b 100644
--- a/chapter5/glibc.sh
+++ b/chapter5/glibc.sh
@@ -17,7 +17,7 @@ cd build || exit 1
--prefix=/usr \
--host="${LFS_TGT}" \
--build="$(../scripts/config.guess)" \
- --enable-kernel=4.10.0 \
+ --enable-kernel=5.10.0 \
--with-headers="${LFS}"/usr/include \
libc_cv_slibdir=/lib &&