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: