From 501ef9d8364426e87537f170030ab566f56f262e Mon Sep 17 00:00:00 2001 From: Chris Punches Date: Sat, 10 Feb 2024 21:36:27 -0500 Subject: [PATCH] upgraded glibc to 2.38 --- rex.project/x86_64/components/stage1/glibc.bash | 4 ++-- rex.project/x86_64/components/stage4/glibc.bash | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rex.project/x86_64/components/stage1/glibc.bash b/rex.project/x86_64/components/stage1/glibc.bash index b95b628..a8d16c2 100755 --- a/rex.project/x86_64/components/stage1/glibc.bash +++ b/rex.project/x86_64/components/stage1/glibc.bash @@ -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 diff --git a/rex.project/x86_64/components/stage4/glibc.bash b/rex.project/x86_64/components/stage4/glibc.bash index 8dcc79c..f456ed1 100755 --- a/rex.project/x86_64/components/stage4/glibc.bash +++ b/rex.project/x86_64/components/stage4/glibc.bash @@ -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: