diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-11-17 18:49:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-11-17 18:49:45 +0100 |
commit | 3205ddce348c3811fe2b69983d881ed1a02a15f1 (patch) | |
tree | f7196b3200412b07db521eb570ec71843c289318 /target | |
parent | fdea67292f27f78a418e6667e121d4d08044e850 (diff) |
uclibc-ng: update to 1.0.31
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 90b7c798a..b548d8fd6 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -145,8 +145,8 @@ choice prompt "Target C library version" depends on !ADK_TARGET_CHOOSE_ARCH -config ADK_TARGET_LIB_UCLIBC_NG_1_0_30 - bool "1.0.30" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_31 + bool "1.0.31" depends on ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIB_UCLIBC_NG_GIT @@ -210,7 +210,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.30" if ADK_TARGET_LIB_UCLIBC_NG_1_0_30 + default "1.0.31" if ADK_TARGET_LIB_UCLIBC_NG_1_0_31 default "1.1.20" if ADK_TARGET_LIB_MUSL_1_1_20 default "2.28" if ADK_TARGET_LIB_GLIBC_2_28 default "3.0.0" if ADK_TARGET_LIB_NEWLIB_3_0_0 |