From 58cd4d160a7bb17a2f5fdcabd127b5e73d7a815a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 10 Apr 2021 01:44:08 +0200 Subject: fix libc versions --- target/config/Config.in.libc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 7ef56b886..9a51faede 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -202,9 +202,9 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string default "1.0.38" if ADK_TARGET_LIB_UCLIBC_NG_1_0_38 - default "1.2.2" if ADK_TARGET_LIB_MUSL_1_2_0 - default "2.33" if ADK_TARGET_LIB_GLIBC_2_32 - default "4.1.0" if ADK_TARGET_LIB_NEWLIB_3_1_0 + default "1.2.2" if ADK_TARGET_LIB_MUSL_1_2_2 + default "2.33" if ADK_TARGET_LIB_GLIBC_2_33 + default "4.1.0" if ADK_TARGET_LIB_NEWLIB_4_1_0 default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ ADK_TARGET_LIB_MUSL_GIT || \ ADK_TARGET_LIB_GLIBC_GIT || \ -- cgit v1.2.3