diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-11-01 10:00:15 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-11-01 10:00:15 +0100 |
commit | 64e87769cef8a887a66edd80eafae9999a616b8a (patch) | |
tree | 772fc2569b2e8ace4ce64fa083029b3362dbd9e0 /target | |
parent | a2e184cb3cc70d0b648bcac610fab1a0f25e124e (diff) |
newlib: update to 3.1.0
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 fe9a8135a..6287a6e22 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -167,8 +167,8 @@ config ADK_TARGET_LIB_MUSL_GIT bool "git" depends on ADK_TARGET_LIB_MUSL && ADK_EXPERIMENTAL -config ADK_TARGET_LIB_NEWLIB_3_0_0 - bool "3.0.0" +config ADK_TARGET_LIB_NEWLIB_3_1_0 + bool "3.1.0" depends on ADK_TARGET_LIB_NEWLIB \ && !ADK_TARGET_ARCH_XTENSA @@ -201,7 +201,7 @@ config ADK_LIBC_VERSION default "1.0.32" if ADK_TARGET_LIB_UCLIBC_NG_1_0_32 default "1.1.23" if ADK_TARGET_LIB_MUSL_1_1_23 default "2.30" if ADK_TARGET_LIB_GLIBC_2_30 - default "3.0.0" if ADK_TARGET_LIB_NEWLIB_3_0_0 + default "3.1.0" if ADK_TARGET_LIB_NEWLIB_3_1_0 default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ ADK_TARGET_LIB_MUSL_GIT || \ ADK_TARGET_LIB_GLIBC_GIT || \ |