diff options
author | Waldemar Brodkorb <wbrodkorb@infonline.de> | 2021-04-10 01:44:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-04-15 12:22:08 +0200 |
commit | 58cd4d160a7bb17a2f5fdcabd127b5e73d7a815a (patch) | |
tree | b1dab5cd8e974a697e4f340494ad3eaf2a1e0285 /target | |
parent | 057de2b771709291308b7c2217707a35fdf54c9f (diff) |
fix libc versions
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.libc | 6 |
1 files 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 || \ |