updated the kernel version in glibc to enable new features

This commit is contained in:
ag-tsotetsi
2026-02-08 11:19:28 +02:00
parent 512da137e5
commit 9a180c134c
2 changed files with 2 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ bootstrap() {
--build=$(../scripts/config.guess) \
--disable-nscd \
libc_cv_slibdir=/usr/lib \
--enable-kernel=6.0 > /dev/null
--enable-kernel=6.18 > /dev/null
make > /dev/null && make DESTDIR="$SYSROOT" install > /dev/null

View File

@@ -5,3 +5,4 @@ export GLIBC_VERSION_MAJOR GLIBC_VERSION_MINOR
export GLIBC_URL=https://mirror.ufs.ac.za/gnu/glibc/glibc-$GLIBC_VERSION.tar.xz
6.0