updated the kernel version in glibc to enable new features
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user