upgraded glibc to 2.38

master
Chris Punches 2024-02-10 21:36:27 -05:00
parent 7d849a837c
commit 501ef9d836
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ set -u
APPNAME="glibc" APPNAME="glibc"
# the version of this application # the version of this application
VERSION="2.37" VERSION="2.38"
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Variables and functions sourced from Environment: # Variables and functions sourced from Environment:
@ -176,7 +176,7 @@ mode_build_pass1() {
--prefix=/usr \ --prefix=/usr \
--host=${T_TRIPLET} \ --host=${T_TRIPLET} \
--build=$(../scripts/config.guess) \ --build=$(../scripts/config.guess) \
--enable-kernel=3.2 \ --enable-kernel=4.14 \
--with-headers=${T_SYSROOT}/usr/include \ --with-headers=${T_SYSROOT}/usr/include \
libc_cv_slibdir=/usr/lib libc_cv_slibdir=/usr/lib

View File

@ -12,7 +12,7 @@ set -a
APPNAME="glibc" APPNAME="glibc"
# the version of this application # the version of this application
VERSION="2.37" VERSION="2.38"
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Variables and functions sourced from Environment: # Variables and functions sourced from Environment: