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

View File

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