diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-01 18:07:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-01 18:07:17 +0200 |
commit | 486234afd38eced4281f9d8f228feb24f7a9d54c (patch) | |
tree | d6c5fb8ca45397aed8d3c0f277a306aa3f54ad01 /target | |
parent | 1e9a06083eb9de4f17e137fa9f06ca6aa8f221b2 (diff) |
newlib: add 2.4.0 release
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.libc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 12b1f8f9f..71526b951 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -163,6 +163,10 @@ config ADK_TARGET_LIB_MUSL_GIT bool "git" depends on ADK_TARGET_LIB_MUSL +config ADK_TARGET_LIB_NEWLIB_2_4_0 + bool "2.4.0" + depends on ADK_TARGET_LIB_NEWLIB + config ADK_TARGET_LIB_NEWLIB_2_3_0 bool "2.3.0" depends on ADK_TARGET_LIB_NEWLIB @@ -220,6 +224,7 @@ config ADK_LIBC_VERSION default "2.22" if ADK_TARGET_LIB_GLIBC_2_22 default "2.21" if ADK_TARGET_LIB_GLIBC_2_21 default "2.20-or1k" if ADK_TARGET_LIB_GLIBC_OR1K + default "2.4.0" if ADK_TARGET_LIB_NEWLIB_2_4_0 default "2.3.0" if ADK_TARGET_LIB_NEWLIB_2_3_0 default "2.2.0" if ADK_TARGET_LIB_NEWLIB_2_2_0 default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ |