diff --git a/toolchain/glibc/common.mk b/toolchain/glibc/common.mk index 3ef5c3c0fb1..c8931361d76 100644 --- a/toolchain/glibc/common.mk +++ b/toolchain/glibc/common.mk @@ -69,7 +69,7 @@ GLIBC_CONFIGURE:= \ $(if $(CONFIG_PKG_RELRO_FULL),--enable-bind-now) \ $(if $(CONFIG_PKG_FORTIFY_SOURCE_1),--enable-fortify-source=1) \ $(if $(CONFIG_PKG_FORTIFY_SOURCE_2),--enable-fortify-source=2) \ - --enable-kernel=5.15.0 + --enable-kernel=6.6.0 export libc_cv_ssp=no export libc_cv_ssp_strong=no